lightPink property
String
get
lightPink
set foreground color to X11/CSS color lightPink (0xFFB6C1)/rgb(255, 182, 193)
Implementation
String get lightPink => (_cache[150] ??= _chalk.lightPink)(this);
set foreground color to X11/CSS color lightPink (0xFFB6C1)/rgb(255, 182, 193)
String get lightPink => (_cache[150] ??= _chalk.lightPink)(this);