italic property

TextStyle italic

Returns the text style to be italicized.

斜体にするためのテキストスタイルを返します。

Implementation

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