ColorSeed constructor

const ColorSeed({
  1. Color? primary,
  2. Color? secondary,
  3. Color? accent,
  4. Color? green,
  5. Color? yellow,
  6. Color? red,
  7. Color? baseTextColor,
  8. Color? placeholderColor,
  9. Color? mutedColor,
  10. Color? subtitleColor,
  11. Color? selectedItemColor,
  12. Color? selectedTextBackgroundColor,
  13. Color? selectedTextColor,
  14. Color? selectedItemBackgroundColor,
  15. Color? backgroundColor,
  16. Color? errorColor,
  17. Color? successColor,
  18. Color? warningColor,
  19. Color? infoColor,
  20. Color? errorWeakColor,
  21. Color? successWeakColor,
  22. Color? warningWeakColor,
  23. Color? infoWeakColor,
  24. Color? surfaceVariantColor,
  25. Color? surfaceMutedColor,
  26. Color? focusBorderColor,
  27. Color? hoverColor,
  28. Color? disabledBackgroundColor,
  29. 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,
});