MutableListChildren
class MutableListChildren<W : Any>(container: MutableList<Widget<W>> = mutableListOf(), modifierUpdated: () -> Unit = {}) : Widget.Children<W> , MutableList<Widget<W>>
A MutableList that is also a Widget.Children.
Parameters
container
Optional existing MutableList instance to wrap.