build method

  1. @override
Iterable<Component> build()
override

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

Implementation

@override
Iterable<Component> build() => component.children;