Function zng_app::widget::base::node::build

source ยท
pub fn build(wgt: WidgetBuilder) -> impl UiNode
Expand description

Capture the id property and builds the base widget.

Note that this function does not handle missing child node, it falls back to FillUiNode. The WidgetBase widget uses the FillUiNode if none was set.