pub fn color_scheme(
child: impl IntoUiNode,
pref: impl IntoVar<ColorScheme>,
) -> UiNodeExpand description
P Defines the preferred color scheme in the widget and descendants.
Sets the COLOR_SCHEME_VAR.
pub fn color_scheme(
child: impl IntoUiNode,
pref: impl IntoVar<ColorScheme>,
) -> UiNodeP Defines the preferred color scheme in the widget and descendants.
Sets the COLOR_SCHEME_VAR.