pub fn background_color(
child: impl UiNode,
color: impl IntoVar<Rgba>,
) -> impl UiNode
Expand description
P
Fill color background.
This property applies a node::flood
as background
.
pub fn background_color(
child: impl UiNode,
color: impl IntoVar<Rgba>,
) -> impl UiNode
P
Fill color background.
This property applies a node::flood
as background
.