The textureStops used if no explicit texture stops has been provided.
Source
List<double> get calculatedTextureStops { if (_calculatedTextureStops == null) _calculateTextureStops(); return _calculatedTextureStops; }
The textureStops used if no explicit texture stops has been provided.
List<double> get calculatedTextureStops { if (_calculatedTextureStops == null) _calculateTextureStops(); return _calculatedTextureStops; }