onChanged property

ValueChanged<String>? onChanged
final

Called when the user initiates a change to text entry (https://api.flutter.dev/flutter/material/TextField/onChanged.html)

Default: null

Implementation

final ValueChanged<String>? onChanged;