Type Definition PaneGrid
iced::widget::pane_grid
type PaneGrid<'a, Message> = PaneGrid<'a, Message, Renderer<Backend>>;
A collection of panes distributed using either vertical or horizontal splits to completely fill the space available.
This is an alias of an iced_native pane grid with an iced_wgpu::Renderer.
iced_native
iced_wgpu::Renderer