onItemLongPress property

dynamic Function(BuildContext, Group)? onItemLongPress
final

onItemLongPress callback triggered on pressing for long on a group item

Implementation

final Function(BuildContext, Group)? onItemLongPress;