menu
console package
documentation
clut.dart
getColor function
getColor function
dark_mode
light_mode
getColor
function
String
getColor
(
int
color
)
Implementation
String getColor(int color) => getColorLookupTable()[(color < 0 || color > 255) ? 255 : color]!;
console package
documentation
clut
getColor function
console.clut library