feedback\nice_toast library

Enums

NiceToastSeverity
Toast severity level.

Functions

showNiceToast(BuildContext context, {required String message, NiceToastSeverity severity = NiceToastSeverity.info, Duration duration = const Duration(seconds: 3), String? actionLabel, VoidCallback? onAction}) → void
Show a NiceToDev-styled toast notification.