build abstract method
Builds the widget tree using the provided viewModel.
Called whenever the viewModel notifies its listeners.
Implementation
Widget build(BuildContext context, T viewModel);
Builds the widget tree using the provided viewModel.
Called whenever the viewModel notifies its listeners.
Widget build(BuildContext context, T viewModel);