ForgotPasswordSpacerOptions constructor

const ForgotPasswordSpacerOptions({
  1. int? spacerBeforeTitle,
  2. int? spacerAfterTitle,
  3. int? spacerAfterDescription,
  4. int? spacerBeforeButton,
  5. int? spacerAfterButton,
  6. int formFlexValue = 1,
})

Constructs a ForgotPasswordSpacerOptions widget.

Implementation

const ForgotPasswordSpacerOptions({
  this.spacerBeforeTitle,
  this.spacerAfterTitle,
  this.spacerAfterDescription,
  this.spacerBeforeButton,
  this.spacerAfterButton,
  this.formFlexValue = 1,
});