onPressAvatar property

(dynamic Function(ChatUser)?) onPressAvatar
final

onPressAvatar function takes a function with this structure Function(ChatUser) will trigger when the avatar is tapped on

Implementation

final Function(ChatUser)? onPressAvatar;