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