IconToast constructor
const
IconToast({})
Implementation
const IconToast({
super.key,
this.type = ToastType.info,
required this.message,
this.customIcon,
required this.isVisible,
required this.onDismiss,
});