pub type BoxStack<Data> = Stack<Box<dyn Widget<Data = Data>>>;
A stack of boxed widgets
This is a parametrisation of Stack.
Stack
pub struct BoxStack<Data> { /* private fields */ }