Returns the absolute width between the max and min range values.
@override int get rangeWidth => (range!.end - range!.start).abs().toInt();