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