hit function

String hit(
  1. String value
)

Style the given value.

Implementation

String hit(String value) => green.wrap(_boldUnderline(value))!;