span property
Q
get
span
The magnitude of the range. This value is always positive (or zero). Get delta for the signed version of the range.
Implementation
Q get span => _span ??= (q2 - q1).abs() as Q;
The magnitude of the range. This value is always positive (or zero). Get delta for the signed version of the range.
Q get span => _span ??= (q2 - q1).abs() as Q;