createComponentSet method
      
OrderedSet<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
OrderedSet<Component> createComponentSet() => childrenFactory();