GTFToastContainer constructor

const GTFToastContainer({
  1. Key? key,
  2. VoidCallback? dismiss,
  3. bool ignoring = true,
  4. Color? maskColor = GTFColor.transparent,
  5. Widget? customWidget,
})

Implementation

const GTFToastContainer({
  Key? key,
  this.dismiss,
  this.ignoring = true,
  this.maskColor = GTFColor.transparent,
  this.customWidget,
}) : super(key: key);