A11yNode

constructor(nodeId: String, composableName: String, bounds: Rect, contentDescription: String?, isTouchTarget: Boolean, textColor: Color?, backgroundColors: List<Color>, isFocusable: Boolean, isMergedDescendant: Boolean, depth: Int, role: A11yRole? = null, effectiveTouchBounds: Rect? = null, parentNodeId: String? = null, isEnabled: Boolean = true, isCollectionContainer: Boolean = false, textLabel: String? = null, hasExplicitContentDescription: Boolean = false, isTraversalGroup: Boolean = false, unclippedBounds: Rect? = null, isVisibleToUser: Boolean = true)