Available on crate feature
advanced
only.Expand description
Display interactive elements on top of other widgets.
Structs§
- Element
- A generic
Overlay
. - Group
- An
Overlay
container that displays multiple overlayoverlay::Element
children.
Traits§
- Overlay
- An interactive component that can be displayed on top of other widgets.
Functions§
- from_
children - Returns a
Group
of overlayElement
children.