onLongPressUp method

Implementation

DefineMContainerModifier onLongPressUp(GestureLongPressUpCallback value) {
  return this.copyWith(valueOnLongPressUp: value);
}