menu
chapasdk package
documentation
domain/custom-widget/custom_textform.dart
CustomTextForm
onFieldSubmitted property
onFieldSubmitted property
dark_mode
light_mode
onFieldSubmitted
property
dynamic Function
(
String
)
?
onFieldSubmitted
getter/setter pair
A function triggered when the user submits the text input.
Implementation
Function(String)? onFieldSubmitted;
chapasdk package
documentation
domain/custom-widget/custom_textform
CustomTextForm
onFieldSubmitted property
CustomTextForm class