PostPrivilegeWidget constructor

PostPrivilegeWidget(
  1. AppModel app,
  2. String feedId,
  3. String memberId,
  4. String? currentMemberId,
  5. bool canEdit,
)

Implementation

PostPrivilegeWidget(
  this.app,
  this.feedId,
  this.memberId,
  this.currentMemberId,
  this.canEdit,
);