ToastificationTheme constructor
const
ToastificationTheme({
- Key? key,
- required ToastificationThemeData themeData,
- required Widget child,
Creates a toastification theme that controls the appearance of toastification widgets.
Implementation
const ToastificationTheme({
super.key,
required this.themeData,
required super.child,
});