TUIColors constructor

TUIColors(
  1. Color primary,
  2. Color onPrimary,
  3. Color primaryAlt,
  4. Color onPrimaryAlt,
  5. Color primaryHover,
  6. Color primaryAltHover,
  7. Color secondary,
  8. Color onSecondary,
  9. Color secondaryAlt,
  10. Color onSecondaryAlt,
  11. Color secondaryHover,
  12. Color secondaryAltHover,
  13. Color tertiary,
  14. Color onTertiary,
  15. Color tertiaryAlt,
  16. Color onTertiaryAlt,
  17. Color tertiaryHover,
  18. Color tertiaryAltHover,
  19. Color success,
  20. Color onSuccess,
  21. Color success10,
  22. Color success20,
  23. Color error,
  24. Color onError,
  25. Color error10,
  26. Color errorHover,
  27. Color warning,
  28. Color onWarning,
  29. Color warning10,
  30. Color warningHover,
  31. Color background,
  32. Color onBackground,
  33. Color outline,
  34. Color disabledContent,
  35. Color disabledBackground,
  36. Color disabledBackgroundHover,
  37. Color link,
  38. Color inputText,
  39. Color inputBackground,
  40. Color inputTextDim,
  41. Color surface,
  42. Color surface50,
  43. Color onSurface,
  44. Color surfaceVariant,
  45. Color surfaceHover,
  46. Color surfaceVariantHover,
  47. Color constantLight,
  48. Color constantDark,
)

Implementation

TUIColors(
    this.primary,
    this.onPrimary,
    this.primaryAlt,
    this.onPrimaryAlt,
    this.primaryHover,
    this.primaryAltHover,
    this.secondary,
    this.onSecondary,
    this.secondaryAlt,
    this.onSecondaryAlt,
    this.secondaryHover,
    this.secondaryAltHover,
    this.tertiary,
    this.onTertiary,
    this.tertiaryAlt,
    this.onTertiaryAlt,
    this.tertiaryHover,
    this.tertiaryAltHover,
    this.success,
    this.onSuccess,
    this.success10,
    this.success20,
    this.error,
    this.onError,
    this.error10,
    this.errorHover,
    this.warning,
    this.onWarning,
    this.warning10,
    this.warningHover,
    this.background,
    this.onBackground,
    this.outline,
    this.disabledContent,
    this.disabledBackground,
    this.disabledBackgroundHover,
    this.link,
    this.inputText,
    this.inputBackground,
    this.inputTextDim,
    this.surface,
    this.surface50,
    this.onSurface,
    this.surfaceVariant,
    this.surfaceHover,
    this.surfaceVariantHover,
    this.constantLight,
    this.constantDark);