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