italic method

TextStyle italic()

Returns a copy with italic style.

Implementation

TextStyle italic() => copyWith(fontStyle: FontStyle.italic);