Collapsible Group Args
data class CollapsibleGroupArgs(val collapsed: Output<Boolean>? = null) : ConvertibleToJava<CollapsibleGroupArgs>
A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.