accessibilityHeading

inline fun Style.accessibilityHeading(isAccessibilityHeading: Boolean): Style

Whether the view is a heading for a section of content for accessibility purposes.

Note: Since this attribute is available only on API 19 and above, calling this method on lower APIs will have no effect.

See android.view.View.setAccessibilityHeading.