How to get modal/sheet not centered in view?

Hello! I was curious if anyone knew how to move a modal/sheet to one side of the view, like in the Maps app:

You can use sourceView to position the sheet on the leading side.

https://developer.apple.com/documentation/uikit/uisheetpresentationcontroller/3801910-sourceview

How to get modal/sheet not centered in view?
 
 
Q