SubZeroOnboardingCard constructor
const
SubZeroOnboardingCard({})
Implementation
const SubZeroOnboardingCard({
super.key,
required this.title,
required this.description,
this.mediaWidget,
this.primaryButtonLabel,
this.secondaryButtonLabel,
this.onPrimaryPressed,
this.onSecondaryPressed,
this.showPrimaryTrailingIcon = true,
this.showSecondaryTrailingIcon = true,
this.width,
});