FeedTemplate constructor

FeedTemplate(
  1. Content content, {
  2. ItemContent? itemContent,
  3. Social? social,
  4. List<Button>? buttons,
  5. String? buttonTitle,
  6. String objectType = "feed",
})

Implementation

FeedTemplate(this.content,
    {this.itemContent,
    this.social,
    this.buttons,
    this.buttonTitle,
    this.objectType = "feed"});