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