calculatedTextureStops property

List<double> calculatedTextureStops

The textureStops used if no explicit texture stops has been provided.

Implementation

List<double> get calculatedTextureStops {
  if (_calculatedTextureStops == null) _calculateTextureStops();
  return _calculatedTextureStops!;
}