InputCustomView

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

Represents a custom view.

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.

Constructors

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