gradientStops property

List<ColorStop>? gradientStops
final

Positions of key points along the gradient axis with the colors anchored there. Colors along the gradient are interpolated smoothly between neighboring gradient stops.

Implementation

final List<ColorStop>? gradientStops;