onAction method

void onAction(
  1. TextInputAction action
)

Implementation

void onAction(TextInputAction action) {
  widget.onAction(action);
}