ItemIntro constructor

ItemIntro(
  1. String title,
  2. String content
)

Implementation

ItemIntro(this.title,this.content);