FastOnboardingPremiumUser constructor

const FastOnboardingPremiumUser({
  1. Key? key,
  2. String? premiumProductId,
  3. double? handsetIconSize,
  4. double? tabletIconSize,
  5. String? descriptionText,
  6. String? introText,
  7. VoidCallback? onActionTap,
  8. FastOnboardingViewController? controller,
  9. String? actionText,
  10. String? titleText,
  11. List<Widget>? children,
  12. FastPaletteScheme? palette,
  13. String? notesText,
  14. Widget? icon,
})

Implementation

const FastOnboardingPremiumUser({
  super.key,
  this.premiumProductId,
  this.handsetIconSize,
  this.tabletIconSize,
  this.descriptionText,
  this.introText,
  this.onActionTap,
  this.controller,
  this.actionText,
  this.titleText,
  this.children,
  this.palette,
  this.notesText,
  this.icon,
});