PostButton constructor
PostButton(
- AppModel app,
- FeedModel feedModel,
- PostType postType,
- PostAccessibleProviderFunction postAccessibleProviderFunction,
- MemberModel author,
Implementation
PostButton(this.app, this.feedModel, this.postType,
this.postAccessibleProviderFunction, this.author);