//! Decorate content and apply alignment.
usecrate::support::iced::Renderer;pubuseiced_graphics::container::{Style, StyleSheet};/// An element decorating some content.
////// This is an alias of an `iced_native` container with a default
/// `Renderer`.
pubtypeContainer<'a, Message>=iced_native::Container<'a, Message, Renderer>;