GradientStop constructor

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

Implementation

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