italic method
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);
Format this string with ANSI to make it appear italic.
Returns default string if ANSI is not supported.
String italic() => format(3, 23)(this);