ComToastWidgetBuilder constructor

const ComToastWidgetBuilder({
  1. ComToastConfig? success,
  2. ComToastConfig? error,
  3. ComToastConfig? warning,
  4. ComToastConfig? info,
  5. ComToastConfig? loading,
})

Implementation

const ComToastWidgetBuilder({
  this.success,
  this.error,
  this.warning,
  this.info,
  this.loading,
});