bg property

  1. @override
String get bg
override

Returns the ANSI escape sequence for the RGB background color.

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

Implementation

@override
String get bg => '48;2;$r;$g;$b';