onLongPress method

Implementation

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