Function container
Source pub fn container<V: IntoView + 'static>(child: V) -> Container
👎Deprecated since 0.2.0: Use Container::new() instead
Expand description
A simple wrapper around another View
Wrapping a View with a Container allows using another
set of styles completely separate from the child View that is being wrapped.