createComponentSet method
ComponentSet
createComponentSet()
inherited
This method creates the children container for the current component.
Override this method if you need to have a custom ComponentSet
within
a particular class.
Implementation
ComponentSet createComponentSet() => childrenFactory();