lightCoral property
String
get
lightCoral
set foreground color to X11/CSS color lightCoral (0xF08080)/rgb(240, 128, 128)
Implementation
String get lightCoral => (_cache[136] ??= _chalk.lightCoral)(this);