GhosttyTerminalStyle constructor
const
GhosttyTerminalStyle({ - bool bold = false,
- bool faint = false,
- bool italic = false,
- GhosttySgrUnderline? underline,
- GhosttyTerminalColor? underlineColor,
- bool overline = false,
- bool blink = false,
- bool inverse = false,
- bool invisible = false,
- bool strikethrough = false,
- GhosttyTerminalColor? foreground,
- GhosttyTerminalColor? background,
- String? hyperlink,
})
Implementation
const GhosttyTerminalStyle({
this.bold = false,
this.faint = false,
this.italic = false,
this.underline,
this.underlineColor,
this.overline = false,
this.blink = false,
this.inverse = false,
this.invisible = false,
this.strikethrough = false,
this.foreground,
this.background,
this.hyperlink,
});