Function zng::scroll::lazy

source ยท
pub fn lazy(child: impl UiNode, mode: impl IntoVar<LazyMode>) -> impl UiNode
Expand description

P Enables lazy init for the widget.

See LazyMode for details.