isStrikethrough property
bool
get
isStrikethrough
Implementation
bool get isStrikethrough => (attrs & CellAttr.strikethrough) != 0;
bool get isStrikethrough => (attrs & CellAttr.strikethrough) != 0;