onChanged property

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

Callback to be executed each time the value is changed.

The current value is passed to value.

値が変更されるたびに実行されるコールバック。

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

Implementation

final void Function(String? value)? onChanged;