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
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.
The text was updated successfully, but these errors were encountered:
TrongBa
changed the title
Set userInteractions = false not work in flutter web.
Setting the userInteractions property to false not work in flutter web.
Sep 2, 2023
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.
The text was updated successfully, but these errors were encountered: