ComToastWidgetBuilder constructor
const
ComToastWidgetBuilder({
- ComToastConfig? success,
- ComToastConfig? error,
- ComToastConfig? warning,
- ComToastConfig? info,
- ComToastConfig? loading,
Implementation
const ComToastWidgetBuilder({
this.success,
this.error,
this.warning,
this.info,
this.loading,
});