isCollapsed property
Whether this range is empty (but still potentially placed inside the text).
Implementation
bool get isCollapsed => start == end;
Whether this range is empty (but still potentially placed inside the text).
bool get isCollapsed => start == end;