build method

Widget build(
  1. BuildContext context,
  2. Watcher watch,
  3. OtherType read<OtherType>(
    1. Reactive<OtherType> reactive
    )
)

Implementation

Widget build(BuildContext context, Watcher watch, OtherType Function<OtherType>(Reactive<OtherType> reactive) read) {
  return const Placeholder();
}