maxValueWidget property

(Widget Function(String max)?) maxValueWidget
final

An alternative to displaying the text value of the slider.

Defaults to null.

When used maxValueWidget will override the value for the maximum widget.

Implementation

final Widget Function(String max)? maxValueWidget;