render method

Widget render(
  1. BuildContext context
)

Builds the controller's view into a widget (called by WtRouter).

Implementation

Widget render(BuildContext context) {
  return view(context).build(context);
}