SectionImage constructor

SectionImage(
  1. String image,
  2. String title,
  3. bool section
)

Implementation

SectionImage(this.image, this.title, this.section);