UIColorPalette constructor
UIColorPalette({
- String? accent,
- String? accentForeground,
- String? danger,
- String? dangerForeground,
- String? dimension,
- String? dimensionForeground,
- String? measure,
- String? measureForeground,
- String? primaryBackground,
- String? primaryForeground,
- String? secondaryBackground,
- String? secondaryForeground,
- String? success,
- String? successForeground,
- String? warning,
- String? warningForeground,
Implementation
UIColorPalette({
this.accent,
this.accentForeground,
this.danger,
this.dangerForeground,
this.dimension,
this.dimensionForeground,
this.measure,
this.measureForeground,
this.primaryBackground,
this.primaryForeground,
this.secondaryBackground,
this.secondaryForeground,
this.success,
this.successForeground,
this.warning,
this.warningForeground,
});