onBeige property

String get onBeige

set background color to X11/CSS color beige beige (0xF5F5DC)/rgb(245, 245, 220)

Implementation

String get onBeige => (_cache[11] ??= _chalk.onBeige)(this);