background_img_repeat

Function background_img_repeat 

Source
pub fn background_img_repeat(
    child: impl IntoUiNode,
    repeat: impl IntoVar<ImageRepeat>,
) -> UiNode
Expand description

P Sets the background image repeat.

This property sets the BACKGROUND_IMG_REPEAT_VAR and overrides the img_repeat value for the background images.