pub fn dialog_background(
width: usize,
height: usize,
style: &DialogStyle,
) -> ShapeCollection
Expand description
Creates a shade and outline for dialogs
Dialog size should be set in style
ยงParameters
width
- Screen widthheight
- Screen height