Skip to content

Commit fd22325

Browse files
authored
Update app_theme.dart
1 parent c895bc3 commit fd22325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter_news_example/packages/app_ui/lib/src/theme/app_theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ class AppTheme {
239239
);
240240
}
241241

242-
TabBarTheme get _tabBarTheme {
243-
return TabBarTheme(
242+
TabBarThemeData get _tabBarTheme {
243+
return TabBarThemeData(
244244
labelStyle: UITextStyle.button,
245245
labelColor: AppColors.darkAqua,
246246
labelPadding: const EdgeInsets.symmetric(

0 commit comments

Comments
 (0)