OnTextChanged typedef

OnTextChanged = void Function(String)

A callback type for handling text changes.

Implementation

typedef OnTextChanged = void Function(String);