childrenFactory property

ComponentSetFactory childrenFactory
getter/setter pair

Component.childrenFactory is the default method for creating children containers within all components. Replace this method if you want to have customized (non-default) ComponentSet instances in your project.

Implementation

static ComponentSetFactory childrenFactory = ComponentSet.new;