[][src]Type Definition kas::widget::BoxStack

type BoxStack<M> = Stack<Box<dyn Widget<Msg = M>>>;

A stack of boxed widgets

This is a parametrisation of Stack.