label property

String? label
final

A label to show close to the slider.

It is displayed above the slider if vertical is false, and at the left of the slider if vertical is true.

It is only shown if the slider is active.

Implementation

final String? label;