up abstract method

Future<void> up(
  1. MouseButton button, {
  2. PageLoaderElement? eventTarget,
})

Release at current location. If eventTarget is specified, PageLoader will attempt to fire the corresponding pointer events on that target, otherwise it will fire the events on the target that is under the current location.

Implementation

Future<void> up(MouseButton button, {PageLoaderElement? eventTarget});