onLongPress method

Implementation

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