NormalAppTextFormField constructor
const
NormalAppTextFormField({
- Key? key,
- bool obscureText = false,
- TextEditingController? controller,
- String? hint,
- String? label,
- TextInputType? keyboardType,
- double? fontsize,
- FormFieldValidator<
String> ? validator, - Function? onSaved,
- Color? color,
- Color? bordercolor,
Implementation
const NormalAppTextFormField({
super.key,
this.obscureText = false,
this.controller,
this.hint,
this.label,
this.keyboardType,
this.fontsize,
this.validator,
this.onSaved,
this.color,
this.bordercolor,
});