italic property

TextStyle get italic

color: CColors.white,

Implementation

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