lazy

Function lazy 

Source
pub fn lazy(child: impl IntoUiNode, mode: impl IntoVar<LazyMode>) -> UiNode
Expand description

P Enables lazy init for the widget.

See LazyMode for details.