OverlayNotification.global constructor
const
OverlayNotification.global({
- Key? key,
- required Widget child,
- ToastThemeData? toastTheme,
Implementation
const OverlayNotification.global({
Key? key,
required this.child,
this.toastTheme,
}) : global = true, super(key: key);