showInfoToast static method
Implementation
static void showInfoToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, infoColor, Icons.info, seconds);
}
static void showInfoToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, infoColor, Icons.info, seconds);
}