GhosttyTerminalStyle class final
Terminal text styling extracted from VT formatter output.
- Annotations
Constructors
- 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})
-
const
Properties
- background → GhosttyTerminalColor?
-
final
- blink → bool
-
final
- bold → bool
-
final
- faint → bool
-
final
- foreground → GhosttyTerminalColor?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hyperlink → String?
-
final
- inverse → bool
-
final
- invisible → bool
-
final
- italic → bool
-
final
- overline → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strikethrough → bool
-
final
- underline → GhosttySgrUnderline?
-
final
- underlineColor → GhosttyTerminalColor?
-
final
Methods
-
copyWith(
{bool? bold, bool? faint, bool? italic, GhosttySgrUnderline? underline, bool clearUnderline = false, GhosttyTerminalColor? underlineColor, bool clearUnderlineColor = false, bool? overline, bool? blink, bool? inverse, bool? invisible, bool? strikethrough, GhosttyTerminalColor? foreground, bool clearForeground = false, GhosttyTerminalColor? background, bool clearBackground = false, String? hyperlink, bool clearHyperlink = false}) → GhosttyTerminalStyle -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override