ToastificationWrapper constructor
const
ToastificationWrapper({
- Key? key,
- required Widget child,
- ToastificationConfig? config,
Implementation
const ToastificationWrapper({
super.key,
required this.child,
this.config,
});