Type Definition kas_widgets::BoxStack[][src]

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

A stack of boxed widgets

This is a parametrisation of Stack.