discrete property

bool discrete
final

Whether the slider is discrete or continuous.

Continuous sliders have a thumb that can be dragged anywhere along the track. Discrete sliders have a thumb that can only be dragged to the tick marks.

splits will only be considered if this is true.

Implementation

final bool discrete;