rangeWidth property

  1. @override
int rangeWidth

Returns the absolute width between the max and min range values.

Implementation

@override
int get rangeWidth => (range!.end - range!.start).abs().toInt();