LMFeedOnPostTap typedef

LMFeedOnPostTap = void Function(BuildContext, LMPostViewData)

A callback to handle interactions with the post.

Implementation

typedef LMFeedOnPostTap = void Function(BuildContext, LMPostViewData);