Configuration for the full-screen cover presentation.
Support
Usage
Basic full-screen cover
With onDismiss callback
Notes
- Unlike
.sheet(), a full-screen cover takes over the entire screen and does not show a drag indicator. - The user cannot dismiss a full-screen cover by swiping down. You must provide an explicit dismiss action (e.g., a button that sets
isPresentedtofalse).
See Also
- sheet — presents a half-height modal sheet
- presentationDetents — controls sheet snap points (not applicable to full-screen covers)