abstract fun addAll(children: List<Component>): Container
Adds a list of components to the current container.
children - list of child components
children
Return current container