tabBarDarkTheme top-level property

SeniorTabBarThemeData tabBarDarkTheme
final

Implementation

final tabBarDarkTheme = SeniorTabBarThemeData(
  style: SeniorTabBarStyle(
    indicatorColor: SeniorColors.grayscale0,
    labelColor: SeniorColors.grayscale0,
    unselectedLabelColor: SeniorColors.grayscale0.withOpacity(0.6),
  ),
);