How do you create a formSheet in SwiftUI?

Re-doing my apps and using iOS/iPadOS 14 as the deployment.

I have not figured out how to get sheets to be of size formSheet. Seems that all sheets in SwiftUI are pageSheet which is too big for my apps.

Couldn't find any modifiers on sheet to change the presentation mode.