build

Function build 

Source
pub fn build(wgt: WidgetBuilder) -> 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.