Function cosmic::iced::widget::container::draw_background

source ยท
pub fn draw_background<Renderer>(
    renderer: &mut Renderer,
    appearance: &Appearance,
    bounds: Rectangle,
)
where Renderer: Renderer,
Expand description

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