Two Pane Layout
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
pane Config
: Pane configuration
primary Pane
: Primary pane content
secondary Pane
: Secondary pane content