onPerformAction property

void Function(TextInputAction action)? onPerformAction
final

Called when a text input action is performed.

Implementation

final void Function(TextInputAction action)? onPerformAction;