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