RefreshHeader constructor

const RefreshHeader({
  1. Key? key,
  2. required dynamic onRetry(),
  3. required RefreshHeaderProperties properties,
})

Implementation

const RefreshHeader(
    {super.key, required this.onRetry, required this.properties});