pub fn mix_blend(
child: impl IntoUiNode,
mode: impl IntoVar<MixBlendMode>,
) -> UiNodeExpand description
P Sets how the widget blends with the parent widget.
pub fn mix_blend(
child: impl IntoUiNode,
mode: impl IntoVar<MixBlendMode>,
) -> UiNodeP Sets how the widget blends with the parent widget.