menu
flutter_smart_debouncer package
documentation
widgets/smart_debouncer_text_field.dart
SmartDebouncerTextField
onSubmitted property
onSubmitted property
dark_mode
light_mode
onSubmitted
property
ValueChanged
<
String
>
?
onSubmitted
final
Callback when the user submits the field.
Implementation
final ValueChanged<String>? onSubmitted;
flutter_smart_debouncer package
documentation
widgets/smart_debouncer_text_field
SmartDebouncerTextField
onSubmitted property
SmartDebouncerTextField class