The length of the line.
Source
double get length { if (_calculatedTextureStops == null) _calculateTextureStops(); return _length; }
The length of the line.
double get length { if (_calculatedTextureStops == null) _calculateTextureStops(); return _length; }