Skip to main content

effect_layer_props

Function effect_layer_props 

Source
pub fn effect_layer_props<H: UiHost, F, I>(
    props: EffectLayerProps,
    children: F,
) -> UiBuilder<EffectLayerBox<H, F>>
where F: FnOnce(&mut ElementContext<'_, H>) -> I, I: IntoIterator, I::Item: IntoUiElement<H>,
Expand description

Returns a patchable effect-layer builder with explicit props.