beige property
String
get
beige
set foreground color to X11/CSS color beige (0xF5F5DC)/rgb(245, 245, 220)
Implementation
String get beige => (_cache[10] ??= _chalk.beige)(this);
set foreground color to X11/CSS color beige (0xF5F5DC)/rgb(245, 245, 220)
String get beige => (_cache[10] ??= _chalk.beige)(this);