VFlagStyle constructor
const
VFlagStyle({
- Color? infoIconColor,
- Color? warningIconColor,
- Color? errorIconColor,
- Color? successIconColor,
- Color? linkTextColor,
- Color? linkUnderlineColor,
- Color? closeIconColor,
- Color? titleTextColor,
- Color? descriptionTextColor,
- TextStyle? linkTextStyle,
- TextStyle? titleTextStyle,
- TextStyle? descriptionTextStyle,
- EdgeInsetsGeometry? closeIconPadding,
- VButtonStyle? linkStyle,
Implementation
const VFlagStyle({
this.infoIconColor,
this.warningIconColor,
this.errorIconColor,
this.successIconColor,
this.linkTextColor,
this.linkUnderlineColor,
this.closeIconColor,
this.titleTextColor,
this.descriptionTextColor,
this.linkTextStyle,
this.titleTextStyle,
this.descriptionTextStyle,
this.closeIconPadding,
this.linkStyle,
});