getSelectionControls method

TextSelectionControls getSelectionControls()

Returns the selectionControls of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

TextSelectionControls getSelectionControls() {
  return getDiagnosticProp<TextSelectionControls>('selectionControls');
}