apply method

String apply(
  1. String text
)

Implementation

String apply(String text) => "$ansiStartSequence$text$ansiResetSequence";