likedUserCircleAvatar function
[Widget] likedUserCircleAvatar(
- [[LikedBy] user]
)
Generates a Circle Avatar representing a user who liked the post.
params:
user
: The user who liked the post, represented by theLikedBy
class.
returns:
Widget
: Circle Avatar of the user who liked the post.
Implementation
Widget likedUserCircleAvatar(LikedBy user)
- talawa
- individual_post
- likedUserCircleAvatar function