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

type Row<W> = List<Right, W>;

A generic row widget

See documentation of List type.