isItalic property

bool get isItalic

Whether the text is italic

Implementation

bool get isItalic => style?.italic == true;