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