TextInputCallback typedef

TextInputCallback = bool Function(String text)

Callback type for text input handling.

Implementation

typedef TextInputCallback = bool Function(String text);