GoogleTypeColor constructor

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

Implementation

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