close function

String close(
  1. String value
)

Style the given value.

Implementation

String close(String value) => yellow.wrap(_boldUnderline(value))!;