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