pub type BoxStack = Stack<Box<dyn Widget>>;
A stack of boxed widgets
This is a parametrisation of Stack.
Stack