italic method

String italic()

Format this string with ANSI to make it appear italic.

Returns default string if ANSI is not supported.

Implementation

String italic() => format(3, 23)(this);