VSectionMessageStyle constructor
const
VSectionMessageStyle({
- Color? normalColor,
- Color? infoBGColor,
- Color? infoIconColor,
- Color? infoHLColor,
- Color? warningBGColor,
- Color? warningIconColor,
- Color? warningHLColor,
- Color? errorBGColor,
- Color? errorIconColor,
- Color? errorHLColor,
- Color? successBGColor,
- Color? successIconColor,
- Color? successHLColor,
- Color? subtleBGColor,
- Color? subtleHLColor,
- Color? subtleIconColor,
- 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,
});