builder property

Widget Function(BuildContext context, T value) builder
final

Builds the UI based on the current value of the observable.

Implementation

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