updateSelection property

bool updateSelection

Implementation

bool get updateSelection {
  if (widget.focusNode is SelectableFocusNode) {
    return true;
  } else {
    return _hasFocus;
  }
}