CollectForm constructor
const
CollectForm({})
Implementation
const CollectForm({
super.key,
required this.title,
this.inputStyles,
this.labelStyles,
this.errorTextStyles,
});
const CollectForm({
super.key,
required this.title,
this.inputStyles,
this.labelStyles,
this.errorTextStyles,
});