length property

double? length

The length of the line.

Implementation

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