bold function

String bold(
  1. Object object
)

Implementation

String bold(final Object object) => const _Style(1, 22).apply(object);