isCollapsed property

bool isCollapsed

Returns a Boolean indicating whether the selection's start and end points are at the same position.

Implementation

bool get isCollapsed => start == end;