core/widgets/app_toast/app_toast library
Functions
-
showErrorToast(
String discription) → void -
Shows a toast with the given
messagefor a long duration at the bottom of the screen with a red background and white text. -
showInfoToast(
String message) → void -
showSimpleToast(
String message) → void -
showSuccessToast(
String message) → void -
Shows a toast with the given
messagefor a short duration at the bottom of the screen with a green background and white text. -
showWarningToast(
String discription) → void