ThankYouPageTheme constructor

ThankYouPageTheme({
  1. double? headerFontSize,
  2. double? imageDescriptionFontSize,
  3. double? descriptionFontSize,
  4. double? imageHeight,
  5. double? imageWidth,
  6. double? buttonFontSize,
  7. double? buttonWidth,
  8. double? buttonIconSize,
  9. int? visibilityTime,
})

Implementation

ThankYouPageTheme(
    {this.headerFontSize,
    this.imageDescriptionFontSize,
    this.descriptionFontSize,
    this.imageHeight,
    this.imageWidth,
    this.buttonFontSize,
    this.buttonWidth,
    this.buttonIconSize,
    this.visibilityTime});