ToastContainerProps constructor
const
ToastContainerProps({
- ToastPosition position = ToastPosition.bottomRight,
- int maxVisible = 3,
- double gap = 12,
- double offset = 20,
- List<
ToastProps> toasts = const [],
Implementation
const ToastContainerProps({
this.position = ToastPosition.bottomRight,
this.maxVisible = 3,
this.gap = 12,
this.offset = 20,
this.toasts = const [],
});