1 2 3 4 5 6
let image = | #width: &Length = &`Shrink, #height: &Length = &`Shrink, #content_fit: &ContentFit = &`Contain, source: &ImageSource | -> Widget `Image({ source, width, height, content_fit })