max property Null safety
final
The maximum value the user can select.
Defaults to 1.0. Must be greater than or equal to min.
If the max is equal to the min, then the slider is disabled.
Implementation
final double max;
The maximum value the user can select.
Defaults to 1.0. Must be greater than or equal to min.
If the max is equal to the min, then the slider is disabled.
final double max;