rand dart fix

This commit is contained in:
2026-01-15 17:36:22 -08:00
parent dbbdafd893
commit 91e7e39fe8
131 changed files with 976 additions and 1365 deletions
@@ -28,7 +28,7 @@ class GridTabItem extends StatelessWidget {
feedback: DefaultTextStyle(
style: adaptive && defaultTargetPlatform == TargetPlatform.iOS
? CupertinoTheme.of(context).textTheme.textStyle
: Theme.of(context).textTheme.title!,
: Theme.of(context).textTheme.titleLarge!,
child: Container(
width: 120.0,
height: 80.0,