isEmpty property

bool get isEmpty

Whether this cell represents a plain space with no attributes.

Implementation

bool get isEmpty =>
    content == ' ' &&
    width == 1 &&
    style.isZero &&
    link.isZero &&
    drawable == null;