WelcomePageTheme constructor

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

Implementation

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