kBaseFastTheme top-level property

ThemeData kBaseFastTheme
final

Implementation

final kBaseFastTheme = ThemeData(
  splashColor: Colors.transparent,
  tabBarTheme: kFastTabBarTheme,
  textTheme: kFastTextTheme,
  splashFactory: const NoSplashFactory(),
  useMaterial3: true,
);