VTextField constructor
const
VTextField({})
Implementation
const VTextField({
super.key,
required this.label,
required this.controller,
this.type = VTextFieldType.text,
this.hint,
this.description,
this.enabled = true,
this.required = false,
this.width,
this.validator,
this.minPasswordLength = 6,
});