min property
The value's current minimum value along the slider's track, in percentage.
Contract
Throws AssertionError if:
- min <= 0
- total percentage is less than
constraints.min. - total percentage is greater than
constraints.max.
Implementation
final double min;