LandingFormField constructor
- {Key? key,
- required String hintText,
- TextInputType? textInputType,
- Iterable<
String> ? autofillHints, - StringCallback? validator,
- StringVoidCallback? onSaved,
- StringVoidCallback? onChanged,
- bool isPassword = false,
- TextEditingController? controller}
Implementation
const LandingFormField({
super.key,
required this.hintText,
this.textInputType,
this.autofillHints,
this.validator,
this.onSaved,
this.onChanged,
this.isPassword = false,
this.controller,
});