buildCommentAvatar method

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

Builds a custom avatar widget for the given comment.

Return null to fallback to the default avatar.

Implementation

@override
Widget? buildCommentAvatar(BuildContext context, Comment comment) => null;