Color constructor

Color({
  1. RgbColor? rgbColor,
})

Implementation

Color({
  this.rgbColor,
});