italic property
TextStyle
get
italic
Returns an italic version of the TextStyle.
Implementation
TextStyle get italic => copyWith(fontStyle: FontStyle.italic);
Returns an italic version of the TextStyle.
TextStyle get italic => copyWith(fontStyle: FontStyle.italic);