onPress property

(dynamic Function(ChatUser)?) onPress
final

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

Implementation

final Function(ChatUser)? onPress;