stops property

List<double>? stops
inherited

stops

Implementation

List<double>? get stops => $get(#stops);
void stops=(List<double>? color)
inherited

Implementation

set stops(List<double>? color) => $set(#stops, color);