RefreshingCallback<T> typedef
RefreshingCallback<T> =
void Function(BuildContext context, T data)
Callback function for the data refreshing state
Implementation
typedef RefreshingCallback<T> = void Function(BuildContext context, T data);