flutter_easyloading
flutter_easyloading copied to clipboard
Setting the userInteractions property to false not work in flutter web.
Describe the bug
Current setting loadding:
void setupEasyLoading() { EasyLoading.instance ..maskType = EasyLoadingMaskType.custom ..maskColor = AppColor.black.withOpacity(0.5) ..backgroundColor = AppColor.black.withOpacity(0.5) ..indicatorColor = AppColor.white ..userInteractions = false; }
By setting the userInteractions property to false, user can be able to interact with the rest of the UI when the loading screen is being shown.
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.