ColorStyle constructor

ColorStyle({
  1. Color? rgbColor,
  2. String? themeColor,
})

Implementation

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