menu
rive_native package
documentation
focus.dart
TextInputCallback typedef
TextInputCallback typedef
dark_mode
light_mode
TextInputCallback
typedef
TextInputCallback
=
bool
Function
(
String
text
)
Callback type for text input handling.
Implementation
typedef TextInputCallback = bool Function(String text);
rive_native package
documentation
focus
TextInputCallback typedef
focus library