TwoPaneLayout

fun TwoPaneLayout(modifier: Modifier = Modifier, paneConfig: TwoPaneConfig, primaryPane: @Composable () -> Unit, secondaryPane: @Composable () -> Unit)

Two pane screen Divides the screen in two parts for extended device screens

Parameters

modifier

: Modifier for styling

paneConfig

: Pane configuration

primaryPane

: Primary pane content

secondaryPane

: Secondary pane content