onLongPressMoveUpdate method

Implementation

DefineMContainerModifier onLongPressMoveUpdate(
    GestureLongPressMoveUpdateCallback value) {
  return this.copyWith(valueOnLongPressMoveUpdate: value);
}