FeedTemplate constructor

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

Implementation

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