build abstract method
Build the widget with the injected controller.
The controller is resolved from the nearest ZenProvider ancestor. This method is called by the framework — do not call it directly.
Implementation
@protected
Widget build(BuildContext context, T controller);