build abstract method

Subclasses should override this function to actually call the appropriate build function (e.g., StatelessComponent.build or State.build) for their component.

Implementation

@protected
Iterable<Component> build();