onSubmitted property

(void Function(String? value)?) onSubmitted
final

It is executed when the Enter button on the keyboard or the Submit button on the software keyboard is pressed.

The current value is passed to value.

キーボードのEnterボタン、もしくはソフトウェアキーボードのサブミットボタンが押された場合に実行されます。

valueに現在の値が渡されます。

Implementation

final void Function(String? value)? onSubmitted;