onLongPress method

Implementation

DefineMListViewModifier onLongPress(GestureLongPressCallback value) {
  return this.copyWith(valueOnLongPress: value);
}