The #bottomSheet as explained by @nngroup: https://www.nngroup.com/articles/bottom-sheet

Highlights:
- can be a modal (disable UI)
- or non-modal (additional UI, rest stays active)
- add a close button
- dismiss via back button
- don't stack sheets
- for short interactions only (no multi-page flows)

Bottom Sheets: Definition and UX Guidelines

A bottom sheet is a user-interface pattern used commonly in mobile apps for providing contextual details or controls in the lower area of the screen.

Nielsen Norman Group