InputCustomView

constructor(view: @Composable () -> Unit, header: InputHeader? = null, columns: Int? = null)

Parameters

view

The view that will be added.

header

The additional InputHeader to add more context information to the selection.

columns

The columns that this input spans.