pub fn deferred(child: impl IntoElement) -> DeferredExpand description
Builds a Deferred element, which delays the layout and paint of its child.
pub fn deferred(child: impl IntoElement) -> DeferredBuilds a Deferred element, which delays the layout and paint of its child.