brightWhite method

String brightWhite()

Format this string with ANSI to be colored bright white.

Returns default string if ANSI is not supported.

Implementation

String brightWhite() => format(97, 39)(this);