bgRed function

String bgRed(
  1. Object text
)

bgRed style

Implementation

String bgRed(Object text) => _style(41, 49).apply(text);