buildWidget abstract method
The build
method is where you build the interface
Implementation
Widget buildWidget(BuildContext context, WidgetRef ref, T viewModel);
The build
method is where you build the interface
Widget buildWidget(BuildContext context, WidgetRef ref, T viewModel);