builder property

Widget Function(BuildContext context, T? value) builder
final

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;