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