ThemeColorPair constructor
ThemeColorPair({
- ColorStyle? color,
- String? colorType,
Implementation
ThemeColorPair({this.color, this.colorType});
ThemeColorPair({this.color, this.colorType});