TextChangedCallback typedef

TextChangedCallback = void Function(String value)

Signature for text change notifications from TextField.

Implementation

typedef TextChangedCallback = void Function(String value);