Skip to content

Sheet

Extends the Dialog component to display content that complements the main content of the screen.

Side

Use the side property to showShadSheet to indicate the edge of the screen where the component will appear. The values can be top, right, bottom or left.

Expandable

Set expandable: true to let the user drag the handle (or the sheet’s body edge) to resize the sheet between minSize and maxSize, starting at initialSize. Enable snap with snapSizes to make releases settle on the nearest stop, and a fast flick always goes straight to maxSize or minSize.

Drive the size programmatically with a ShadSheetController (jumpTo, animateTo), and replace the default pill with dragHandle or the side-aware dragHandleBuilder.