eagerUpdate property

bool eagerUpdate
final

flag which allows updating the value of setting immediately when the slider is moved, default = true

If this flag is enabled then onChangeStart & onChangeEnd callbacks are ignored & will not be executed

If this flag is disabled only then the onConfirm will be executed

Implementation

final bool eagerUpdate;