TapUpDetails constructor
Creates details for a GestureTapUpCallback.
The globalPosition
argument must not be null.
Implementation
TapUpDetails({ this.globalPosition = Offset.zero })
: assert(globalPosition != null);
Creates details for a GestureTapUpCallback.
The globalPosition
argument must not be null.
TapUpDetails({ this.globalPosition = Offset.zero })
: assert(globalPosition != null);