pub fn is_mobile(
child: impl IntoUiNode,
is_mobile: impl IntoVar<bool>,
) -> UiNodeExpand description
P Gets the IS_MOBILE_VAR that indicates the window or widget should use mobile UI themes.
pub fn is_mobile(
child: impl IntoUiNode,
is_mobile: impl IntoVar<bool>,
) -> UiNodeP Gets the IS_MOBILE_VAR that indicates the window or widget should use mobile UI themes.