build abstract method

Widget build(
  1. BuildContext context
)

Build the widget.

Use the controller getter to access the resolved controller. It is always non-nullable inside build.

Implementation

Widget build(BuildContext context);