Input Not Supported
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.
not Supported String
: text to be used for not supported text.
input Style
: manages the InputShell style.