pub fn color_scheme(
child: impl IntoUiNode,
color_scheme: impl IntoVar<Option<ColorScheme>>,
) -> UiNodeExpand description
P Binds the color_scheme window var with the property value.
The binding is bidirectional and the window variable is assigned on init.