buildContent abstract method
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);
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.
Widget buildContent(BuildContext context, V viewModel);