pub fn child_mix_blend(
child: impl UiNode,
mode: impl IntoVar<MixBlendMode>,
) -> impl UiNode
Expand description
P
Sets how the widget’s child content blends with the widget.
pub fn child_mix_blend(
child: impl UiNode,
mode: impl IntoVar<MixBlendMode>,
) -> impl UiNode
P
Sets how the widget’s child content blends with the widget.