isWideTail property

bool get isWideTail

Whether this cell is the trailing spacer half of a wide grapheme.

Implementation

bool get isWideTail =>
    wide == bindings.GhosttyCellWide.GHOSTTY_CELL_WIDE_SPACER_TAIL;