ThemeColorPair constructor

ThemeColorPair({
  1. RgbColor? color,
  2. String? type,
})

Implementation

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