We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flutter_easyloading: ^3.0.5
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);
The text was updated successfully, but these errors were encountered:
Same for me. It appears only if using loadingStyle = EasyLoadingStyle.custom and setting radius property.
loadingStyle = EasyLoadingStyle.custom
radius
Sorry, something went wrong.
Same here. But I tried what this comment suggested and the black lines gone.
No branches or pull requests
There are black lines at the four corners of the popup box on device
flutter_easyloading: ^3.0.5
The text was updated successfully, but these errors were encountered: