Toast constructor
const
Toast(
- String message, {
- Key? key,
- ToastOptions? options,
- ToastStyle? style,
- IconData? customIcon,
Implementation
const Toast(
this.message, {
Key? key,
this.options,
this.style,
this.customIcon,
}) : super(key: key);