onLongPressUp method

Implementation

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