WindowsToast constructor
const
WindowsToast({})
Implementation
const WindowsToast({
super.key,
required this.message,
required this.duration,
required this.onDismissed,
this.icon,
this.iconColor,
this.type = ToastType.success,
});