ClickableTextFormWidget constructor
const
ClickableTextFormWidget({
- Key? key,
- String? labelText,
- TextEditingController? controller,
- String? validator()?,
- VoidCallback? onPressed,
Creates a ClickableTextFormWidget.
Implementation
const ClickableTextFormWidget({
super.key,
this.labelText,
this.controller,
this.validator,
this.onPressed,
});