build abstract method

List<Component> build()

Describes the component subtree for this state. Called every time the component needs to rebuild.

Implementation

List<Component> build();