pub fn lazy(child: impl IntoUiNode, mode: impl IntoVar<LazyMode>) -> UiNode
P Enables lazy init for the widget.
P
See LazyMode for details.
LazyMode