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