onTap property

FutureOr<T?> Function(T? currentValue) onTap
final

Describe the behavior when the form is tapped.

You can change the value of the form by returning T.

フォームがタップされたときの挙動を記述します。

Tを返すことによりフォームの値を変えることができます。

Implementation

final FutureOr<T?> Function(T? currentValue) onTap;