RenderLinearGradient constructor

RenderLinearGradient(
  1. Vec2D start,
  2. Vec2D end,
  3. List<Color> colors,
  4. List<double> stops,
)

Implementation

RenderLinearGradient(super.start, this.end, super.colors, super.stops);