onUserTap property
final
      If this is not null, the user can tap on the user avatar or name
Implementation
final Function(String userId)? onUserTap;If this is not null, the user can tap on the user avatar or name
final Function(String userId)? onUserTap;