sources/social/widgets/social_posts
library
Functions
-
widgetSocialPosts(dynamic service, {Key? key, required BuildContext context, required dynamic profileFunction({required Media? avatar, required Media? banner, required String? displayname, required int userID, required String username}), ScrollController? scrollController, List<Post>? cachedpostsList, dynamic onPostsUpdated(List<Post> updatedPosts)?, Function? refreshPosts, bool isPostdetail = false, String? category, int? userID, String? username, bool shrinkWrap = false, EdgeInsetsGeometry padding = EdgeInsets.zero, ScrollPhysics physics = const ClampingScrollPhysics(), bool sliverWidget = false, bool autofetchposts = true})
→ PostsWidgetBundle
-