FastOnboardingNotifications constructor

const FastOnboardingNotifications({
  1. Key? key,
  2. double? handsetIconSize,
  3. double? tabletIconSize,
  4. VoidCallback? onActionTap,
  5. String? actionText,
  6. String? titleText,
  7. FastOnboardingViewController? controller,
  8. List<Widget>? children,
})

Implementation

const FastOnboardingNotifications({
  super.key,
  this.handsetIconSize,
  this.tabletIconSize,
  this.onActionTap,
  this.actionText,
  this.titleText,
  this.controller,
  this.children,
});