builder property
Builds the UI for the current atom value.
Implementation
final Widget Function(BuildContext context, T value, Widget? child) builder;
Builds the UI for the current atom value.
final Widget Function(BuildContext context, T value, Widget? child) builder;