OverlaySupport.local constructor

const OverlaySupport.local({
  1. Key? key,
  2. required Widget child,
  3. ToastThemeData? toastTheme,
})

Implementation

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