Disclosure Panel
fun DisclosureScope.DisclosurePanel(modifier: Modifier = Modifier, enter: EnterTransition = AppearInstantly, exit: ExitTransition = DisappearInstantly, content: @Composable () -> Unit)
A panel component that is shown when the Disclosure is expanded.
Parameters
modifier
Modifier to be applied to the panel.
enter
The enter transition for the panel.
exit
The exit transition for the panel.
content
The content of the panel.