xOnLongTapItem method

Future xOnLongTapItem(
  1. dynamic item
)

Implementation

Future xOnLongTapItem(dynamic item) async {
  return (widget.onLongTapItem != null) ? (widget.onLongTapItem!(item)) : null;
}