pub fn widget_inner(child: impl IntoUiNode) -> UiNodeExpand description
Returns a node that wraps child and marks the WidgetLayout::with_inner and FrameBuilder::push_inner.
This node renders the inner transform and implements the HitTestMode for the widget.
This node must be intrinsic at NestGroup::BORDER, the WidgetBase default intrinsic inserts it.