selectAll abstract method

void selectAll(
  1. SelectionChangedCause cause
)

Set the current selection to contain the entire text value.

If and only if cause is SelectionChangedCause.toolbar, the selection will be scrolled into view.

Implementation

void selectAll(SelectionChangedCause cause);