Function zng_wgt_filter::child_opacity

source ·
pub fn child_opacity(
    child: impl UiNode,
    alpha: impl IntoVar<Factor>,
) -> impl UiNode
Expand description

P Opacity/transparency of the widget’s child.

This property provides the same visual result as setting child_filter to Filter::new_opacity, but updating the opacity is faster in this property.