ResolvedLinearGradient constructor

const ResolvedLinearGradient(
  1. Vec2 start,
  2. Vec2 end,
  3. List<Color32> colors,
  4. List<double> stops,
)

Implementation

const ResolvedLinearGradient(this.start, this.end, this.colors, this.stops);