GutterView

fun GutterView(session: EditorSession, lineNumber: Int, modifier: Modifier = Modifier)

A composable that renders all registered gutter columns alongside the editor content.

Place this to the left of the EditorSession composable in a Row.