isEmpty property

bool get isEmpty

Whether this cell contains no text and no explicit background color.

Implementation

bool get isEmpty =>
    !hasText &&
    contentTag ==
        bindings.GhosttyCellContentTag.GHOSTTY_CELL_CONTENT_CODEPOINT;