OnboardingStep constructor

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

Implementation

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