UvStyle constructor
const
UvStyle({
- UvColor? fg,
- UvColor? bg,
- UvColor? underlineColor,
- UnderlineStyle underline = UnderlineStyle.none,
- int attrs = 0,
Implementation
const UvStyle({
this.fg,
this.bg,
this.underlineColor,
this.underline = UnderlineStyle.none,
this.attrs = 0,
});