ComToastStateTheme constructor
const
ComToastStateTheme({
- ComToastConfig? base,
- ComToastConfig? normal,
- ComToastConfig? success,
- ComToastConfig? error,
- ComToastConfig? warning,
- ComToastConfig? info,
Implementation
const ComToastStateTheme({
this.base,
this.normal,
this.success,
this.error,
this.warning,
this.info,
});