ReactiveListenableWidgetBuilder<T> typedef

ReactiveListenableWidgetBuilder<T> = Widget Function(BuildContext context, AbstractControl<T> control, Widget? child)

This is the definition of the builder function used in the widgets ReactiveStatusListenableBuilder and ReactiveValueListenableBuilder.

Implementation

typedef ReactiveListenableWidgetBuilder<T> = Widget Function(
  BuildContext context,
  AbstractControl<T> control,
  Widget? child,
);