FieldWrapperProps constructor
const
FieldWrapperProps({})
Implementation
const FieldWrapperProps({
required this.field,
this.labelText,
this.description,
this.icon,
this.error,
this.required = false,
this.showValidation = true,
this.leading,
this.trailing,
});