onLoadingListener property

(void Function(BuildContext context, bool isLoading)?) onLoadingListener
final

The Function onLoadingListener it's the type Widget and receive the param context it`s the type BuildContext

Implementation

final void Function(BuildContext context, bool isLoading)? onLoadingListener;