buildCommentAvatar abstract method

Widget? buildCommentAvatar(
  1. BuildContext context,
  2. Comment comment
)

Builds a custom avatar widget for the given comment.

Return null to fallback to the default avatar.

Implementation

Widget? buildCommentAvatar(BuildContext context, Comment comment);