Content constructor

Content(
  1. String title,
  2. Uri imageUrl,
  3. Link link, {
  4. int? imageWidth,
  5. int? imageHeight,
})

Implementation

Content(this.title, this.imageUrl, this.link,
    {this.imageWidth, this.imageHeight});