steppedStops property

  1. @override
List<double> steppedStops
override

A duplicated list of stops (which may be null, in which case stopsOrImplied is employed).

An optional softness is used during the list entry duplication process to make every duplicate just slightly larger than the original entry.

Implementation

@override
List<double> get steppedStops =>
    _quadruple(stops, colors, softness, distance);