TextField
data class TextField(val label: String? = null, val contentDescription: String? = null) : Parcelable
Text field configuration.
Parameters
label
Text field label. Set null to use the default label.
contentDescription
Content description for accessibility. Set null to use the default text.