We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8446ee4 commit ba5d876Copy full SHA for ba5d876
example/lib/src/app.dart
@@ -11,7 +11,9 @@ class App extends StatelessWidget {
11
return MaterialApp(
12
theme: ThemeData(
13
primaryColor: Colors.green,
14
- indicatorColor: Colors.white,
+ tabBarTheme: const TabBarThemeData(
15
+ indicatorColor: Colors.white,
16
+ ),
17
),
18
home: DefaultTabController(
19
length: 2,
0 commit comments