BioField constructor
const
BioField({
- Key? key,
- TextEditingController? controller,
- String? label,
- double? fontsize,
- FormFieldValidator<
String> ? validator, - String? hint,
- Color? bordercolor,
- int minLines = 3,
- int maxLines = 10,
Implementation
const BioField({
super.key,
this.controller,
this.label,
this.fontsize,
this.validator,
this.hint,
this.bordercolor,
this.minLines = 3,
this.maxLines = 10,
});