ComToastStateTheme constructor

const ComToastStateTheme({
  1. ComToastConfig? base,
  2. ComToastConfig? normal,
  3. ComToastConfig? success,
  4. ComToastConfig? error,
  5. ComToastConfig? warning,
  6. ComToastConfig? info,
})

Implementation

const ComToastStateTheme({
  this.base,
  this.normal,
  this.success,
  this.error,
  this.warning,
  this.info,
});