LoginSpacerOptions constructor

const LoginSpacerOptions({
  1. int? spacerBeforeTitle,
  2. int? spacerAfterTitle,
  3. int? spacerAfterSubtitle,
  4. int? spacerAfterImage,
  5. int? spacerAfterForm,
  6. int? spacerAfterButton,
  7. int formFlexValue = 1,
  8. int titleSpacer = 1,
})

Implementation

const LoginSpacerOptions({
  this.spacerBeforeTitle,
  this.spacerAfterTitle,
  this.spacerAfterSubtitle,
  this.spacerAfterImage,
  this.spacerAfterForm,
  this.spacerAfterButton,
  this.formFlexValue = 1,
  this.titleSpacer = 1,
});