isItalic property

bool get isItalic

Implementation

bool get isItalic => (attrs & CellAttr.italic) != 0;