builder property

Widget Function(BuildContext context, T value, Widget? child) builder
final

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;