RequireEmailUpfront constructor

const RequireEmailUpfront(
  1. Function setCustomer,
  2. PapercupsProps props,
  3. Color textColor,
  4. bool showDivider, {
  5. Key? key,
})

Implementation

const RequireEmailUpfront(
  this.setCustomer,
  this.props,
  this.textColor,
  this.showDivider, {
  Key? key,
}) : super(key: key);