pub fn resizable<VT>(children: VT) -> Resizablewhere VT: ViewTuple + 'static,
use ResizableStack::new
Creates a [ResizableStack] from a group of Views.
Views