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