Skip to content

bottom_sheet

pdwidgets.widgets.bottom_sheet

BottomSheet — modal slide-up panel + scrim.

BottomSheet(parent, title=None, h=None, fg=None, bg=None, scrim=None, on_dismiss=None)

Bases: Widget

Modal slide-up panel with scrim tap-to-dismiss.

Modal panel anchored to the bottom of the screen.

content property

Attach children to the panel card.

draw(area=None)

Fill the scrim behind the slide-up panel.

hide_sheet()

Hide the sheet, release modal capture, and call on_dismiss.

show()

Show the sheet, grab modal capture, and redraw.