overlay
The configuration of the component that is displayed over the editor. It is useful if you want to display a popup dialog or anything in the overlay. For example, you can update a composable state object in one of the callbacks and based on that state render a composable function. Consider using EditorComponent.Companion.remember to implement it. Note that the overlay is edge-to-edge, therefore it is your responsibility to draw over system bars too.