opacity

Function opacity 

Source
pub fn opacity(child: impl IntoUiNode, alpha: impl IntoVar<Factor>) -> UiNode
Expand description

P Opacity/transparency of the widget.

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