ColorStop constructor

ColorStop({
  1. double? position,
  2. Color? color,
})

Implementation

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