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

type Row<'a, Message> = Row<'a, Message, Renderer>;

A container that distributes its contents horizontally.

This is an alias of an iced_native row with a default Renderer.