bgMagentaBright property

String get bgMagentaBright

Legacy api, provided only for backwards compatibility, use onBrightMagenta. Set background base 16 xterm colors bright magenta (terminal dependent) linen

Implementation

String get bgMagentaBright => (_cBgMagentaBright ??= _chalk.bgMagentaBright)(this);