onLongPress method

Implementation

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