isEmpty property
bool
get
isEmpty
Whether this cell represents a plain space with no attributes.
Implementation
bool get isEmpty =>
_contentKind == _CellContentKind.space &&
_width == 1 &&
_styleId == 0 &&
_linkId == 0 &&
drawable == null;