italic property

TextStyle get italic

Creates an italic version.

Implementation

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