pub fn foreground_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<()>>,
) -> UiNodeExpand description
P Custom foreground generated using a WidgetFn<()>.
This is the equivalent of setting foreground to the presenter node, but if the property is set in a style that is used
by multiple widgets at the same time the wgt_fn will be called for each widget to create duplicates of the foreground nodes
instead of moving the node to the last widget.