InputNotSupported

fun InputNotSupported(title: String, modifier: Modifier = Modifier, notSupportedString: String = provideStringResource("not_supported"), inputStyle: InputStyle = InputStyle.DataInputStyle())

Input for unsupported components

Parameters

title

: label of the component.

modifier

: optional modifier.

notSupportedString

: text to be used for not supported text.

inputStyle

: manages the InputShell style.