ThemeColorPair constructor

ThemeColorPair({
  1. ColorStyle? color,
  2. String? colorType,
})

Implementation

ThemeColorPair({this.color, this.colorType});