divisions property

int? divisions
final

The number of discrete divisions.

Typically used with labels to show the current discrete values.

If null, the slider is continuous.

Implementation

final int? divisions;