categories page

This commit is contained in:
nyne
2024-10-02 10:50:46 +08:00
parent 16857185fc
commit 9a194e8394
4 changed files with 401 additions and 4 deletions

View File

@@ -335,7 +335,7 @@ class _FilledTabBarState extends State<FilledTabBar> {
static const tabPadding = EdgeInsets.symmetric(horizontal: 6, vertical: 6);
static const tabRadius = 12.0;
static const tabRadius = 8.0;
_IndicatorPainter? painter;