kLightYellowFastTheme top-level property

ThemeData kLightYellowFastTheme
final

Implementation

final kLightYellowFastTheme = FastThemeFactory.buildLightThemeWithColors(
  primaryColor: kFastLightYellowColor,
  primaryColorDark: kFastLightYellowPaletteColors.dark,
  secondaryColor: kFastLightIndigoColor,
  tertiaryColor: kFastLightTealColor,
);