kLightPaletteColors top-level property
Implementation
final kLightPaletteColors = FastPaletteColors(
gray: kFastLightGrayPaletteColors,
blue: kFastLightBluePaletteColors,
blueGray: kFastLightBlueGrayPaletteColors,
teal: kFastLightTealPaletteColors,
indigo: kFastLightIndigoPaletteColors,
purple: kFastLightPurplePaletteColors,
mint: kFastLightMintPaletteColors,
green: kFastLightGreenPaletteColors,
pink: kFastLightPinkPaletteColors,
red: kFastLightRedPaletteColors,
orange: kFastLightOrangePaletteColors,
yellow: kFastLightYellowPaletteColors,
brown: kFastLightBrownPaletteColors,
whiteColor: kFastLightWhiteColor,
);