handleSelectAll method

  1. @override
void handleSelectAll(
  1. TextSelectionDelegate delegate
)
override

Call TextSelectionDelegate.selectAll to set the current selection to contain the entire text value.

Does not hide the toolbar.

This is called by subclasses when their select-all affordance is activated by the user.

Implementation

@override
void handleSelectAll(TextSelectionDelegate delegate) {}