onLongPressUp method

Implementation

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