PostButton constructor

PostButton(
  1. AppModel app,
  2. FeedModel feedModel,
  3. PostType postType,
  4. PostAccessibleProviderFunction postAccessibleProviderFunction,
  5. MemberModel author,
)

Implementation

PostButton(this.app, this.feedModel, this.postType,
    this.postAccessibleProviderFunction, this.author);