Thito Yalasatria Sunarya
Thito Yalasatria Sunarya
I could not reproduce, what browser are you using?
Couldn't quite understand what this is, button have trailing and leading parameter which you can pass CircularProgressIndicator. There is also `SubmitButton` in case you are handling a form.
I think this could easily be done with: ```dart Future? _currentLoading; Future doSomething() { ... } // ... return FutureBuilder( future: _currentLoading, builder: (context, snapshot) { if (snapshot.connectionState == ConnectionState.waiting)...
I'm gonna need someone to triage this because unfortunately i don't have the device to confirm the issue.
> [@sunarya-thito](https://github.com/sunarya-thito) happy to submit a PR if this makes sense to you :D Sorry for the slow response, but if you're willing to do this that'd be amazing