inputField property

bool inputField
final

Whether to show an input field to the right of the slider. The input field will change the slider value when updated.

This also adds the min and max values below the slider. This will default to 0 - 100 if min and max are not changed.

Implementation

final bool inputField;