build abstract method

Widget build(
  1. BuildContext context,
  2. T viewModel
)

Builds the widget tree using the provided viewModel. Called whenever the viewModel notifies its listeners.

Implementation

Widget build(BuildContext context, T viewModel);