SliverRefreshControl constructor

const SliverRefreshControl({
  1. Key? key,
  2. RefreshCallback? onRefresh,
})

Implementation

const SliverRefreshControl({Key? key, this.onRefresh}) : super(key: key);