kDarkPaletteColors top-level property

FastPaletteColors kDarkPaletteColors
final

Implementation

final kDarkPaletteColors = FastPaletteColors(
  blue: kFastDarkBluePaletteColors,
  blueGray: kFastDarkBlueGrayPaletteColors,
  teal: kFastDarkTealPaletteColors,
  indigo: kFastDarkIndigoPaletteColors,
  purple: kFastDarkPurplePaletteColors,
  mint: kFastDarkMintPaletteColors,
  green: kFastDarkGreenPaletteColors,
  pink: kFastDarkPinkPaletteColors,
  red: kFastDarkRedPaletteColors,
  orange: kFastDarkOrangePaletteColors,
  yellow: kFastDarkYellowPaletteColors,
  brown: kFastDarkBrownPaletteColors,
  gray: kFastDarkGrayPaletteColors,
  whiteColor: kFastDarkWhiteColor,
);