ToastListOverlay<T> constructor
const
ToastListOverlay<T> ({})
Implementation
const ToastListOverlay({
Key? key,
required this.child,
this.timeoutDuration = const Duration(seconds: 5),
this.position = Alignment.topCenter,
this.reverse = false,
this.limit = 5,
this.width = 375,
required this.itemBuilder,
}) : super(key: key);