kFastTabBarTheme top-level property

TabBarTheme kFastTabBarTheme
final

Implementation

final kFastTabBarTheme = TabBarTheme(
  indicatorSize: TabBarIndicatorSize.label,
  labelStyle: kFastTextTheme.bodyText1,
  unselectedLabelStyle: kFastTextTheme.bodyText1!.copyWith(
    fontWeight: kFastFontWeightLight,
  ),
);