isEmpty property
Whether this cell contains no text and no explicit background color.
Implementation
bool get isEmpty =>
!hasText &&
contentTag ==
bindings.GhosttyCellContentTag.GHOSTTY_CELL_CONTENT_CODEPOINT;
Whether this cell contains no text and no explicit background color.
bool get isEmpty =>
!hasText &&
contentTag ==
bindings.GhosttyCellContentTag.GHOSTTY_CELL_CONTENT_CODEPOINT;