isCollapsed property
bool
get
isCollapsed
Whether this selection has no selected range.
Implementation
bool get isCollapsed => baseOffset == extentOffset;
Whether this selection has no selected range.
bool get isCollapsed => baseOffset == extentOffset;