pub type Row<C> = List<C, Right>;
A generic row widget
See documentation of List type.
List
pub struct Row<C> { /* private fields */ }