buildContent abstract method

Widget buildContent(
  1. BuildContext context,
  2. V viewModel
)

A function to build the content of the page

This function is exposed to the widget using the mixin for writing the rendering logic of the widget.

Implementation

Widget buildContent(BuildContext context, V viewModel);