noSelection method

SelectionContainer noSelection()

Implementation

SelectionContainer noSelection() {
  return SelectionContainer.disabled(child: this);
}