ColorStop constructor

ColorStop({
  1. double? alpha,
  2. OpaqueColor? color,
  3. double? position,
})

Implementation

ColorStop({
  this.alpha,
  this.color,
  this.position,
});