pub fn img_scale(
child: impl IntoUiNode,
scale: impl IntoVar<Factor2d>,
) -> UiNodeExpand description
P Sets the scale applied to all inner images.
The scaling is applied after img_scale_density if active.
By default not scaling is done.