HomeownerConsentContents constructor
Implementation
const HomeownerConsentContents({
super.key,
required this.title,
required this.signaturePoints,
required this.onSignatureChanged,
required this.sendHomeownerEmail,
required this.onSendHomeownerEmailChanged,
this.enableConsentEmailCheckbox = true,
});