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
Can it provide the current progress? I see there is an onGetText, but it must return a Text component. I may only need to get the current progress and do not need to construct a Text component in the middle.
The text was updated successfully, but these errors were encountered:
Hello. Please tell me how you change the value of the progress bar?
If you use "valueNotifier" for this, then you can simply read the valueNotifier value.
I'm having trouble getting the value through ValueNotifier because it only returns the final set value. When I use onGetText, can I return a Widget instead of just a Text widget? I might need to display more than just text in the center of the circle, and there could be more complex layout operations involved.
Can it provide the current progress? I see there is an onGetText, but it must return a Text component. I may only need to get the current progress and do not need to construct a Text component in the middle.
The text was updated successfully, but these errors were encountered: