OnboardingStep constructor

OnboardingStep({
  1. String title = '',
  2. PortableTextContent? description,
  3. ImageReference? image,
})

Implementation

OnboardingStep({
  this.title = '',
  this.description,
  this.image,
});