hasSelection property
bool
get
hasSelection
Implementation
bool get hasSelection => anchor != null && focus != null && !isCollapsed;
bool get hasSelection => anchor != null && focus != null && !isCollapsed;