alerts/toast_notification library
Functions
-
showToastNotification(
BuildContext context, {ToastNotificationStyleType? style, String? title, IconData? icon, String? description, Duration? duration}) → dynamic -
Display a new Toast notification to the user.
Provide a valid ToastNotificationStyleType
i.e.
ToastNotificationStyleType.SUCCESS
Set a title, description to personalise the message.