Panel

constructor(top: Boolean = false, content: @Composable BoxScope.() -> Unit)

Parameters

top

If true, show above the editor; otherwise below.

content

The composable to render inside the panel.