pub fn effect_layer_props<H: UiHost, F, I>(
props: EffectLayerProps,
children: F,
) -> UiBuilder<EffectLayerBox<H, F>>Expand description
Returns a patchable effect-layer builder with explicit props.
pub fn effect_layer_props<H: UiHost, F, I>(
props: EffectLayerProps,
children: F,
) -> UiBuilder<EffectLayerBox<H, F>>Returns a patchable effect-layer builder with explicit props.