OnboardingStep constructor
OnboardingStep({
- String title = '',
- PortableTextContent? description,
- ImageReference? image,
Implementation
OnboardingStep({
this.title = '',
this.description,
this.image,
});