DialogPresentationMode#

Added in version 1.5.

class DialogPresentationMode#

Describes the available presentation modes for Dialog.

New values may be added to this enumeration over time.

See presentation_mode.

Fields#

class DialogPresentationMode
AUTO#

Switch between floating and bottom-sheet depending on available size.

BOTTOM_SHEET#

Present dialog as a bottom sheet.

FLOATING#

Present dialog as a centered floating window.