setSelectionControls method

void setSelectionControls(
  1. TextSelectionControls? value
)

Implementation

void setSelectionControls(TextSelectionControls? value) {
  onNotifyWithCallback(() => selectionControls = value);
}