builder property
A callback that is called with the latest value from the ComputedAsyncNotifier whenever this widget needs to be rebuilt.
Implementation
final Widget Function(BuildContext context, T? value) builder;
A callback that is called with the latest value from the ComputedAsyncNotifier whenever this widget needs to be rebuilt.
final Widget Function(BuildContext context, T? value) builder;