menu
form_widgets package
documentation
clickable_text_form_widget.dart
ClickableTextFormWidget
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
?
onPressed
final
The callback function to be called when the
TextButton
is pressed.
Implementation
final VoidCallback? onPressed;
form_widgets package
documentation
clickable_text_form_widget
ClickableTextFormWidget
onPressed property
ClickableTextFormWidget class