GTFToastContainer constructor
const
GTFToastContainer({
- Key? key,
- VoidCallback? dismiss,
- bool ignoring = true,
- Color? maskColor = GTFColor.transparent,
- Widget? customWidget,
Implementation
const GTFToastContainer({
Key? key,
this.dismiss,
this.ignoring = true,
this.maskColor = GTFColor.transparent,
this.customWidget,
}) : super(key: key);