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