buildWidget abstract method

Widget buildWidget(
  1. BuildContext context,
  2. WidgetRef ref,
  3. T viewModel
)

The build method is where you build the interface

Implementation

Widget buildWidget(BuildContext context, WidgetRef ref, T viewModel);