pub fn force_mobile(
child: impl IntoUiNode,
is_mobile: impl IntoVar<bool>,
) -> UiNodeExpand description
P Requests mobile UI themes in desktop builds.
This property sets the IS_MOBILE_VAR.
pub fn force_mobile(
child: impl IntoUiNode,
is_mobile: impl IntoVar<bool>,
) -> UiNodeP Requests mobile UI themes in desktop builds.
This property sets the IS_MOBILE_VAR.