IntroPageSection constructor

IntroPageSection(
  1. String title,
  2. String description,
  3. AssetImage image
)

Implementation

IntroPageSection(this.title, this.description, this.image);