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