LMFeedPostCommentBuilder typedef
LMFeedPostCommentBuilder =
Widget Function(BuildContext, LMFeedCommentWidget, LMPostViewData)
Builder function to build the post comment. must return a widget, takes in BuildContext, LMFeedCommentWidget, and LMPostViewData as params.
Implementation
typedef LMFeedPostCommentBuilder = Widget Function(
BuildContext, LMFeedCommentWidget, LMPostViewData);