bgCyan function

String bgCyan(
  1. Object object
)

Implementation

String bgCyan(final Object object) => const _Style(46, 49).apply(object);