builder property
The builder function that builds the UI based on the observable value.
Implementation
final Widget Function(BuildContext, T) builder;
The builder function that builds the UI based on the observable value.
final Widget Function(BuildContext, T) builder;