isCollapsed property

bool isCollapsed

True if start == end;

Implementation

bool get isCollapsed => start == end;