italic property

TextStyle get italic

Returns an italic version of the TextStyle.

Implementation

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