ModalBottomSheet
import { ModalBottomSheet } from "@material";export component Example inherits Window {    width: 400px;    height: 300px;    background: transparent;    ModalBottomSheet {        width: 320px;        height: 200px;    }}slint
A ModalBottomSheet is a modal overlay that slides up from the bottom of the screen, typically used for presenting additional options or content.
© 2025 SixtyFPS GmbH