$Color constructor

$Color({
  1. double? alpha,
  2. double? blue,
  3. double? green,
  4. double? red,
})

Implementation

$Color({this.alpha, this.blue, this.green, this.red});