JoltFlutterWatchExtension<T> extension

Extension for creating reactive widgets from Jolt Readable values.

on

Methods

watch(Widget builder(T value)) Widget

Available on Readable<T>, provided by the JoltFlutterWatchExtension extension

Creates a widget that rebuilds when this value changes.