Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are black lines at the four corners of the popup box on device #202

Open
paintingStyle opened this issue Feb 16, 2023 · 2 comments
Open

Comments

@paintingStyle
Copy link

There are black lines at the four corners of the popup box on device

flutter_easyloading: ^3.0.5

image

EasyLoading.instance
      ..displayDuration = const Duration(milliseconds: 3000)
      ..animationDuration = const Duration(milliseconds: 100)
      ..indicatorType = EasyLoadingIndicatorType.circle
      ..loadingStyle = EasyLoadingStyle.custom
      ..animationStyle = EasyLoadingAnimationStyle.offset
      ..toastPosition = EasyLoadingToastPosition.top

      /// loading icon size
      ..indicatorSize = 64.0
      ..radius = 18.0
      ..fontSize = 20.0
      ..textPadding = const EdgeInsets.only(top: 0, bottom: 0)
      ..contentPadding = const EdgeInsets.symmetric(vertical: 20, horizontal: 20)
      ..progressColor = Colors.white
      ..backgroundColor = const Color(0xFF6DBCAC)
      ..indicatorColor = Colors.white
      ..textColor = Colors.white
      ..maskColor = Colors.black45
      ..userInteractions = false

      /// should allow user interactions while loading is displayed.
      ..dismissOnTap = false;


EasyLoading.showToast('msg', duration: duration);
@hmG3
Copy link

hmG3 commented Mar 11, 2023

Same for me. It appears only if using loadingStyle = EasyLoadingStyle.custom and setting radius property.

@RogerWalter
Copy link

Same here. But I tried what this comment suggested and the black lines gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants