onItemLongPress property

dynamic Function(BuildContext context, User)? onItemLongPress
final

onItemLongPress callback triggered on pressing for long on a user item

Implementation

final Function(BuildContext context, User)? onItemLongPress;