hasSelection property
bool
get
hasSelection
Implementation
bool get hasSelection => _selection != null && !_selection!.isCollapsed;
bool get hasSelection => _selection != null && !_selection!.isCollapsed;