tabBarLightTheme top-level constant

SeniorTabBarThemeData const tabBarLightTheme

Implementation

const tabBarLightTheme = const SeniorTabBarThemeData(
  style: SeniorTabBarStyle(
    indicatorColor: SeniorColors.primaryColor,
    labelColor: SeniorColors.grayscale80,
    unselectedLabelColor: SeniorColors.grayscale50,
  ),
);