kFastTabBarTheme top-level property

TabBarTheme kFastTabBarTheme
final

Implementation

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