Skip to main content

Image

Function Image 

Source
pub fn Image<P>(
    __arg0: P,
    __arg1: Option<String>,
    __arg2: Modifier,
    __arg3: Alignment,
    __arg4: ContentScale,
    __arg5: f32,
    __arg6: Option<ColorFilter>,
) -> NodeId
where P: Into<Painter> + Clone + PartialEq + 'static,