OverlayNotification.local constructor

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

Implementation

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