builder property
Function to build the UI for the 'SUCCESS' state. It provides the value of the resource.
Implementation
final Widget Function(BuildContext context, T value, Widget? child) builder;
Function to build the UI for the 'SUCCESS' state. It provides the value of the resource.
final Widget Function(BuildContext context, T value, Widget? child) builder;