pub fn adorner(child: impl UiNode, adorner: impl UiNode) -> impl UiNode
Expand description
P
Custom layered foreground.
This is the equivalent of setting adorner_fn
to a WidgetFn::singleton
.
pub fn adorner(child: impl UiNode, adorner: impl UiNode) -> impl UiNode
P
Custom layered foreground.
This is the equivalent of setting adorner_fn
to a WidgetFn::singleton
.