pub fn anchor(child: impl IntoUiNode, anchor: impl IntoVar<Txt>) -> UiNodeExpand description
P Set a label that identifies the widget in the context of the parent markdown.
The anchor can be retried in the widget info using WidgetInfoExt::anchor. It is mostly used
by markdown links to find scroll targets.