double length

The length of the line.

Source

double get length {
  if (_calculatedTextureStops == null)
    _calculateTextureStops();
  return _length;
}