menu
flutter_setup_helper package
documentation
Helper/widgets/custom_text_input.dart
CustomTextInput
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
String
)
?
onChanged
final
Optional function to call when the text changes
Implementation
final void Function(String)? onChanged;
flutter_setup_helper package
documentation
Helper/widgets/custom_text_input
CustomTextInput
onChanged property
CustomTextInput class