flutter_easyloading
flutter_easyloading copied to clipboard
Add another overlay widget in the "builder"
Based the docs, we need to add aa in aa.
MaterialApp(
...
builder: EasyLoading.init(),
...
);
How if I need to add another overlay for some reason like this: https://stackoverflow.com/a/75293015/8291686
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.
have same question