flutter_seekbar icon indicating copy to clipboard operation
flutter_seekbar copied to clipboard

Add isEnd for onValueChanged

Open windrunner414 opened this issue 5 years ago • 2 comments

used to know if the touch is end

windrunner414 avatar Apr 09 '19 09:04 windrunner414

or we can add a callback onChangeEnd?

windrunner414 avatar Apr 09 '19 09:04 windrunner414

i think it's better to add onChangeEnd, it's not a breaking change

onChangeEnd: () {
    // do something
}

windrunner414 avatar Apr 09 '19 09:04 windrunner414