AnimatedToastrWrapper constructor
const
AnimatedToastrWrapper({
- Key? key,
- required Widget child,
- required Duration closeDuration,
- required VoidCallback onClose,
Implementation
const AnimatedToastrWrapper({
super.key,
required this.child,
required this.closeDuration,
required this.onClose,
});