RequireEmailUpfront constructor
const
RequireEmailUpfront(
- Function setCustomer,
- PapercupsProps props,
- Color textColor,
- bool showDivider, {
- Key? key,
Implementation
const RequireEmailUpfront(
this.setCustomer,
this.props,
this.textColor,
this.showDivider, {
Key? key,
}) : super(key: key);