minValueWidget property

(Widget Function(String min)?) minValueWidget
final

An alternative to displaying the text value of the slider.

Defaults to null.

When used minValueWidget will override the value for the minimum widget.

Implementation

final Widget Function(String min)? minValueWidget;