PerformTextInputAction<T> typedef

PerformTextInputAction<T> = void Function(TextInputAction type)

An action that's executed when the user clicks the keyboard action

Implementation

typedef PerformTextInputAction<T> = void Function(TextInputAction type);