kBaseTabBarTheme property

TabBarTheme get kBaseTabBarTheme

Implementation

TabBarTheme get kBaseTabBarTheme => TabBarTheme(
      indicatorSize: TabBarIndicatorSize.label,
      labelColor: _colorScheme.onPrimary,
      indicatorColor: _colorScheme.surface,
    );