onLongPressAvatar property

(dynamic Function(ChatUser)?) onLongPressAvatar
final

onLongPressAvatar function takea a function with this structure Function(ChatUser) will trigger when the avatar is long pressed

Implementation

final Function(ChatUser)? onLongPressAvatar;