bgRed function

String bgRed(
  1. Object object
)

Implementation

String bgRed(final Object object) => const _Style(41, 49).apply(object);