iced::widget::container

Function draw_background

Source
pub fn draw_background<Renderer>(
    renderer: &mut Renderer,
    style: &Style,
    bounds: Rectangle,
)
where Renderer: Renderer,
Expand description

Draws the background of a Container given its Style and its bounds.