builder property

Widget Function(BuildContext, bool isLoading, String tag, B) builder
final

A callback that will be invoked in response to state change.

Implementation

final Widget Function(BuildContext, bool isLoading, String tag, B) builder;