ProKitThemeModel constructor
ProKitThemeModel({
- Color? primary,
- Color? primaryLight,
- Color? primaryDark,
- Color? secondary,
- Color? secondaryLight,
- Color? secondaryDark,
- Color? accent,
- Color? accentLight,
- Color? accentDark,
- Color? background,
- Color? backgroundSub,
- Color? scaffold,
- Color? scaffoldDark,
- Color? text,
- Color? textSub,
- Color? textSub2,
- Color? textInverse,
- Color? textInverseSub,
- Color? textDisabled,
- Color? error,
- Color? warning,
- Color? success,
- Color? info,
- Color? shadow,
- Color? shadowSub,
- Color? divider,
- Color? border,
- Color? card,
- Color? cardSub,
- Color? button,
- Color? buttonText,
- Color? buttonDisabled,
- Color? buttonTextDisabled,
- Color? icon,
- Color? iconSub,
- Color? iconDisabled,
- Color? appBarBackground,
- Color? appBarText,
- Color? appBarIcon,
- Color? tabBarBackground,
- Color? tabBarText,
- Color? tabBarIcon,
Implementation
ProKitThemeModel({
this.primary,
this.primaryLight,
this.primaryDark,
this.secondary,
this.secondaryLight,
this.secondaryDark,
this.accent,
this.accentLight,
this.accentDark,
this.background,
this.backgroundSub,
this.scaffold,
this.scaffoldDark,
this.text,
this.textSub,
this.textSub2,
this.textInverse,
this.textInverseSub,
this.textDisabled,
this.error,
this.warning,
this.success,
this.info,
this.shadow,
this.shadowSub,
this.divider,
this.border,
this.card,
this.cardSub,
this.button,
this.buttonText,
this.buttonDisabled,
this.buttonTextDisabled,
this.icon,
this.iconSub,
this.iconDisabled,
this.appBarBackground,
this.appBarText,
this.appBarIcon,
this.tabBarBackground,
this.tabBarText,
this.tabBarIcon,
});