onLongPress method

Implementation

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