kLightTealFastTheme top-level property

ThemeData kLightTealFastTheme
final

Implementation

final kLightTealFastTheme = FastThemeFactory.buildLightThemeWithColors(
  primaryColor: kFastLightTealColor,
  primaryColorDark: kFastLightTealPaletteColors.dark,
  secondaryColor: kFastLightPurpleColor,
  tertiaryColor: kFastLightBlueColor,
);