HeaderBuilder typedef

HeaderBuilder = Widget Function(BuildContext context, RefreshStatus? mode)

custom header builder,you can use second paramter to know what header state is

Implementation

typedef HeaderBuilder = Widget Function(
    BuildContext context, RefreshStatus? mode);