min property
dynamic
min
final
The minimum value that the user can select.
Defaults to 0.0. Must be less than the max.
Implementation
final dynamic min;
The minimum value that the user can select.
Defaults to 0.0. Must be less than the max.
final dynamic min;