[][src]Type Definition iced::widget::Container

type Container<'a, Message> = Container<'a, Message, Renderer>;

An element decorating some content.

This is an alias of an iced_native container with a default Renderer.