NiceToastContainer constructor
const
NiceToastContainer({
- Key? key,
- int maxVisible = 5,
- AlignmentGeometry alignment = Alignment.bottomRight,
- Widget? child,
Implementation
const NiceToastContainer({
super.key,
this.maxVisible = 5,
this.alignment = Alignment.bottomRight,
this.child,
});