We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febb809 commit 38060c5Copy full SHA for 38060c5
lib/utils/theme/app_theme.dart
@@ -14,7 +14,7 @@ ThemeData lightThemeData(BuildContext context) {
14
canvasColor: Colors.white,
15
scaffoldBackgroundColor: const Color.fromARGB(255, 245, 245, 245),
16
visualDensity: VisualDensity.adaptivePlatformDensity,
17
- tabBarTheme: const TabBarTheme(
+ tabBarTheme: const TabBarThemeData(
18
labelColor: Colors.black,
19
unselectedLabelColor: Colors.grey,
20
indicatorSize: TabBarIndicatorSize.tab,
0 commit comments