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