OnboardingLandingView constructor

const OnboardingLandingView({
  1. required List<StandardIconButtonElement> actionButtons,
})

Implementation

const OnboardingLandingView({
  required this.actionButtons,
});