pub fn border_node(
child: impl IntoUiNode,
border_offsets: impl IntoVar<SideOffsets>,
border_visual: impl IntoUiNode,
) -> UiNodeExpand description
Creates a border node that delegates rendering to a border_visual and manages the border_offsets coordinating
with the other borders of the widget.
This node disables inline layout for the widget.