FeedPostsList constructor

const FeedPostsList({
  1. UserProfile? profileDetails,
  2. TextStyle? postedTimeStyle,
  3. TextStyle? feedTitleStyle,
  4. TextStyle? descriptionStyle,
  5. TextStyle? feedAudioTitleStyle,
  6. TextStyle? nameStyle,
  7. TextStyle? userNameStyle,
  8. TextStyle? groupTagsStyle,
  9. TextStyle? commentNameStyle,
  10. TextStyle? commentStyle,
  11. TextStyle? commentPostedTimeStyle,
  12. Color? commentSubmitButtonColor,
  13. String? communityId,
  14. Key? key,
})

Implementation

const FeedPostsList({
  this.profileDetails,
  this.postedTimeStyle,
  this.feedTitleStyle,
  this.descriptionStyle,
  this.feedAudioTitleStyle,
  this.nameStyle,
  this.userNameStyle,
  this.groupTagsStyle,
  this.commentNameStyle,
  this.commentStyle,
  this.commentPostedTimeStyle,
  this.commentSubmitButtonColor,
  this.communityId,
  final Key? key,
}) : super(key: key);