onUserTap property

(dynamic Function(String userId)?) onUserTap
final

If this is not null, the user can tap on the user avatar or name

Implementation

final Function(String userId)? onUserTap;