divisions property

int? divisions
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;