VtStyle constructor
const
VtStyle({ - required VtStyleColor foreground,
- required VtStyleColor background,
- required VtStyleColor underlineColor,
- required bool bold,
- required bool italic,
- required bool faint,
- required bool blink,
- required bool inverse,
- required bool invisible,
- required bool strikethrough,
- required bool overline,
- required GhosttySgrUnderline underline,
})
Implementation
const VtStyle({
required this.foreground,
required this.background,
required this.underlineColor,
required this.bold,
required this.italic,
required this.faint,
required this.blink,
required this.inverse,
required this.invisible,
required this.strikethrough,
required this.overline,
required this.underline,
});