NativeToastOptions constructor
const
NativeToastOptions({
- ToastPosition position = ToastPosition.top,
- NativeToastLength length = NativeToastLength.short,
- Color? bgColor,
- NativeToastIcon? icon,
- NativeToastDismissDirection? dismissDirection,
Implementation
const NativeToastOptions({
this.position = ToastPosition.top,
this.length = NativeToastLength.short,
this.bgColor,
this.icon,
this.dismissDirection,
});