build abstract method

Widget build(
  1. BuildContext context,
  2. ReactiveBlockRefExt ref
)

Builds the subtree. Observables read via ref.watch are subscribed to, and a change to any of them rebuilds this widget only.

Implementation

Widget build(BuildContext context, ReactiveBlockRefExt ref);