onLongPress method

Implementation

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