isWideLead property

bool get isWideLead

Whether this cell is the leading half of a wide grapheme.

Implementation

bool get isWideLead =>
    wide == bindings.GhosttyCellWide.GHOSTTY_CELL_WIDE_WIDE;