build method

  1. @override
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
Component build() => _built;