selectAll abstract method
- 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);