kLightBlueFastTheme top-level property

ThemeData kLightBlueFastTheme
final

Implementation

final kLightBlueFastTheme = FastThemeFactory.buildLightThemeWithColors(
  primaryColor: kFastLightBlueColor,
  primaryColorDark: kFastLightBluePaletteColors.dark,
  secondaryColor: kFastLightTealColor,
  tertiaryColor: kFastLightIndigoColor,
);