onLongPressUp method

Implementation

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