StringField
constructor(label: String, initialValue: String, prefix: @Composable () -> Unit? = null, suffix: @Composable () -> Unit? = null)
Parameters
prefix
The slot that will be displayed as the prefix of the TextField.
suffix
The slot that will be displayed as the suffix of TextField.