selectAll method

void selectAll()

Implementation

void selectAll() {
  textSelectionControls!.handleSelectAll(_editableText!);
}