hasSelection property
bool
get
hasSelection
Whether there is a non-collapsed selection.
Implementation
bool get hasSelection => _model.hasSelection;
Whether there is a non-collapsed selection.
bool get hasSelection => _model.hasSelection;