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