createComponentSet method

QueryableOrderedSet<Component> createComponentSet()
inherited

This method creates the children container for the current component. Override this method if you need to have a custom OrderedSet within a particular class.

Implementation

QueryableOrderedSet<Component> createComponentSet() => childrenFactory();