divisions property Null safety
final
The number of discrete divisions.
Typically used with label to show the current discrete value.
If null, the slider is continuous.
Implementation
final int? divisions;
The number of discrete divisions.
Typically used with label to show the current discrete value.
If null, the slider is continuous.
final int? divisions;