setLabelText

fun setLabelText(labelText: String?)

Sets the label text that appears above the input field. Setting labelText to null or blank will update this view to android.view.View.GONE. Must be used rather than setting from labelTextView directly for a11y content description support.