Skip to main content

split_horizontal

Function split_horizontal 

Source
pub fn split_horizontal<'a, Message, Theme, Renderer>(
    top: impl Into<Element<'a, Message, Theme, Renderer>>,
    bottom: impl Into<Element<'a, Message, Theme, Renderer>>,
    state: State,
    message: impl Fn(State) -> Message + 'a,
) -> Split<'a, Message, Renderer, Theme>
where Theme: Catalog,