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