flutter_easyloading icon indicating copy to clipboard operation
flutter_easyloading copied to clipboard

Setting the userInteractions property to false not work in flutter web.

Open TrongBa opened this issue 1 year ago • 1 comments

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.

TrongBa avatar Sep 02 '23 06:09 TrongBa

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

github-actions[bot] avatar Sep 02 '23 06:09 github-actions[bot]