blue function

String blue(
  1. Object object
)

Implementation

String blue(final Object object) => const _Style(34, 39).apply(object);