ColorSeed constructor
const
ColorSeed({
- Color? primary,
- Color? secondary,
- Color? accent,
- Color? green,
- Color? yellow,
- Color? red,
- Color? baseTextColor,
- Color? placeholderColor,
- Color? mutedColor,
- Color? subtitleColor,
- Color? selectedItemColor,
- Color? selectedTextBackgroundColor,
- Color? selectedTextColor,
- Color? selectedItemBackgroundColor,
- Color? backgroundColor,
- Color? errorColor,
- Color? successColor,
- Color? warningColor,
- Color? infoColor,
- Color? errorWeakColor,
- Color? successWeakColor,
- Color? warningWeakColor,
- Color? infoWeakColor,
- Color? surfaceVariantColor,
- Color? surfaceMutedColor,
- Color? focusBorderColor,
- Color? hoverColor,
- Color? disabledBackgroundColor,
- Color? disabledColor,
Implementation
const ColorSeed({
this.primary,
this.secondary,
this.accent,
this.green,
this.yellow,
this.red,
this.baseTextColor,
this.placeholderColor,
this.mutedColor,
this.subtitleColor,
this.selectedItemColor,
this.selectedTextBackgroundColor,
this.selectedTextColor,
this.selectedItemBackgroundColor,
this.backgroundColor,
this.errorColor,
this.successColor,
this.warningColor,
this.infoColor,
this.errorWeakColor,
this.successWeakColor,
this.warningWeakColor,
this.infoWeakColor,
this.surfaceVariantColor,
this.surfaceMutedColor,
this.focusBorderColor,
this.hoverColor,
this.disabledBackgroundColor,
this.disabledColor,
});