italic property

TextStyle get italic

Applies italic style.

Implementation

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