onLongPress property

(dynamic Function(ChatUser)?) onLongPress
final

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

Implementation

final Function(ChatUser)? onLongPress;