bgWhite function

String bgWhite(
  1. Object object
)

Implementation

String bgWhite(final Object object) => const _Style(47, 49).apply(object);