dart_console/src/ansi
library
Functions
-
ansiCursorPosition(int row, int col)
→ String
-
-
ansiSetColor(int color)
→ String
-
-
ansiSetExtendedBackgroundColor(int color)
→ String
-
-
ansiSetExtendedForegroundColor(int color)
→ String
-
-
ansiSetRgbBackgroundColor(int r, int g, int b)
→ String
-
Sets the background color using 24-bit RGB values (TrueColor).
-
ansiSetRgbForegroundColor(int r, int g, int b)
→ String
-
Sets the foreground color using 24-bit RGB values (TrueColor).
-
ansiSetTextStyles({bool bold = false, bool faint = false, bool italic = false, bool underscore = false, bool blink = false, bool inverted = false, bool invisible = false, bool strikethru = false})
→ String
-