kDarkTealFastTheme top-level property

ThemeData kDarkTealFastTheme
final

Implementation

final kDarkTealFastTheme = FastThemeFactory.buildDarkThemeWithColors(
  primaryColor: kFastDarkTealColor,
  primaryColorDark: kFastDarkTealPaletteColors.dark,
  secondaryColor: kFastDarkPurpleColor,
  tertiaryColor: kFastDarkBlueColor,
);