onLongPress property
Callback when the list item is long pressed.
Implementation
final void Function(BuildContext context, GroupItemModel model)? onLongPress;
Callback when the list item is long pressed.
final void Function(BuildContext context, GroupItemModel model)? onLongPress;