menu
chapasdk package
documentation
domain/custom-widget/custom_textform.dart
CustomTextForm
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
dynamic Function
(
String
)
?
onChanged
getter/setter pair
A function triggered whenever the text in the field changes.
Implementation
Function(String)? onChanged;
chapasdk package
documentation
domain/custom-widget/custom_textform
CustomTextForm
onChanged property
CustomTextForm class