endIndex property

int endIndex

Returns the index after this anchor's last character in the global paragraph list.

Implementation

int get endIndex => firstCharIndex + textSel.end;