onLongPressMoveUpdate method

Implementation

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