img_scale

Function img_scale 

Source
pub fn img_scale(
    child: impl IntoUiNode,
    scale: impl IntoVar<Factor2d>,
) -> UiNode
Expand 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.