Function zng::widget::border_over
source ยท pub fn border_over(child: impl UiNode, over: impl IntoVar<bool>) -> impl UiNode
Expand description
P
If the border is rendered over the fill and child visuals.
Is true
by default, if set to false
the borders will render under the fill. Note that
this means the border will be occluded by the background if border_align
is not set to 1.fct()
.
Sets the BORDER_OVER_VAR
.