Open mdmota opened 3 years ago
I need to switch the background color according to the message. For example in showSuccess I want the background color to be green. I tried that way and it didn't work:
EasyLoading.instance.backgroundColor = Colors.red; EasyLoading.showSuccess("Success");
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.
I need to switch the background color according to the message. For example in showSuccess I want the background color to be green. I tried that way and it didn't work:
EasyLoading.instance.backgroundColor = Colors.red; EasyLoading.showSuccess("Success");