You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per documentation,onEnd is callback function to be executed when the animation stops. If you want to get the value when the wheel stops, you can do as follows where value is the position in the array of labels
`
onEnd: (value) {
print("Spin results $value");
print("Spin label value " + labels[value]);
// do something when spin stops
},
Hello, I so far love this library so much and I appreciate your work!!
But, I was wondering how I can detect when the spinner is stopped?
Am I supposed to see documentation of stream controller?
The text was updated successfully, but these errors were encountered: