fg property

  1. @override
String get fg
override

Returns the ANSI escape sequence for the RGB foreground color.

Format: "38;2;r;g;b"

Implementation

@override
String get fg => '38;2;$r;$g;$b';