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

type BoxList<D, M> = List<D, Box<dyn Widget<Msg = M>>>;

A row/column of boxed widgets

This is parameterised over directionality and handler message type.

See documentation of List type.