OpaqueColor constructor

OpaqueColor({
  1. RgbColor? rgbColor,
  2. String? themeColor,
})

Implementation

OpaqueColor({this.rgbColor, this.themeColor});