build method

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

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

Implementation

@override
Widget build(BuildContext context, ReactiveBlockRefExt ref) => _builder(context.get<S>(), ref);