build method
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() => _built;
Subclasses should override this function to actually call the appropriate
build
function (e.g., StatelessComponent.build or State.build) for
their component.
@override
Iterable<Component> build() => _built;