UIComponentInstantiator<C extends UIComponent> typedef

UIComponentInstantiator<C extends UIComponent> = C Function(UIElement? parent, Map<String, DOMAttribute> attributes, UINode? contentHolder, List<DOMNode>? contentNodes)

Implementation

typedef UIComponentInstantiator<C extends UIComponent> = C Function(
    UIElement? parent,
    Map<String, DOMAttribute> attributes,
    UINode? contentHolder,
    List<DOMNode>? contentNodes);