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