kDarkPinkFastTheme top-level property

ThemeData kDarkPinkFastTheme
final

Implementation

final kDarkPinkFastTheme = FastThemeFactory.buildDarkThemeWithColors(
  primaryColor: kFastDarkPinkColor,
  primaryColorDark: kFastDarkPinkPaletteColors.dark,
  secondaryColor: kFastDarkPurpleColor,
  tertiaryColor: kFastDarkTealColor,
);