deepPink property

String get deepPink

set foreground color to X11/CSS color deepPink deeppink (0xFF1493)/rgb(255, 20, 147)

Implementation

String get deepPink => (_cache[80] ??= _chalk.deepPink)(this);