offset property
The selection's current minimum and maximum offset along the slider's track, in percentage.
Contract
Throws AssertionError if:
- min <= 0
- max <= min
- 1 <= max
- total percentage is less than
extent.min. - total percentage is greater than
extent.max.
Implementation
final ({double min, double max}) offset;