Function zng_wgt::base_color
source ยท pub fn base_color(
child: impl UiNode,
color: impl IntoVar<LightDark>,
) -> impl UiNode
Expand description
P
Defines the seed color used by widgets to derive background, non active border.
Usually the color is used directly for background fill and highlighted for others.