DefaultFormField constructor
const
DefaultFormField({
- Key? key,
- TextEditingController? controller,
- TextInputType? type,
- dynamic suffixPressd()?,
- dynamic taped()?,
- String? validate()?,
- required bool isPassword,
- String? submit()?,
- String? change()?,
- IconData? suffixIcon,
- String? hintText,
- String? labelText,
- IconData? prefix,
- Color? fillsColor,
- Color? enabledBorderColor,
- Color? focusedBorderColor,
- bool? readOnly,
- BorderRadius? border,
- int? flex,
- Color? colorSuffixIcon,
Implementation
const DefaultFormField
({super.key,
this.controller,
this.type,
this.suffixPressd,
this.taped,
this.validate,
required this.isPassword,
this.submit,
this.change,
this.suffixIcon,
this.hintText,
this.labelText,
this.prefix,
this.fillsColor,
this.enabledBorderColor,
this.focusedBorderColor,
this.readOnly,
this.border,
this.flex,
this.colorSuffixIcon,
});