VSectionMessageStyle constructor

const VSectionMessageStyle({
  1. Color? normalColor,
  2. Color? infoBGColor,
  3. Color? infoIconColor,
  4. Color? infoHLColor,
  5. Color? warningBGColor,
  6. Color? warningIconColor,
  7. Color? warningHLColor,
  8. Color? errorBGColor,
  9. Color? errorIconColor,
  10. Color? errorHLColor,
  11. Color? successBGColor,
  12. Color? successIconColor,
  13. Color? successHLColor,
  14. Color? subtleBGColor,
  15. Color? subtleHLColor,
  16. Color? subtleIconColor,
  17. Color? borderColor,
})

Implementation

const VSectionMessageStyle({
  this.normalColor,
  this.infoBGColor,
  this.infoIconColor,
  this.infoHLColor,
  this.warningBGColor,
  this.warningIconColor,
  this.warningHLColor,
  this.errorBGColor,
  this.errorIconColor,
  this.errorHLColor,
  this.successBGColor,
  this.successIconColor,
  this.successHLColor,
  this.subtleBGColor,
  this.subtleHLColor,
  this.subtleIconColor,
  this.borderColor,
});