build abstract method

  1. @protected
Widget build(
  1. BuildContext context,
  2. T controller
)

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);