performAction method

  1. @override
void performAction (TextInputAction action)

Requests that this client perform the given action.

Implementation

@override
void performAction(TextInputAction action) {
  _focusNode.unfocus();
}