onChanged property

ValueChanged<String>? onChanged
final

This method is called when inputBox value get changed of inputBox.

Implementation

final ValueChanged<String>? onChanged;