SimpleStandardToastWidget constructor
const
SimpleStandardToastWidget({
- Key? key,
- Widget? title,
- bool showCloseButton = true,
- required VoidCallback onCloseTap,
- ToastCloseButton closeButton = const ToastCloseButton(),
Implementation
const SimpleStandardToastWidget({
super.key,
this.title,
this.showCloseButton = true,
required this.onCloseTap,
this.closeButton = const ToastCloseButton(),
});