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