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