SliverPullUpRefresh constructor
const
SliverPullUpRefresh({})
Implementation
const SliverPullUpRefresh({
super.key,
required this.onRefresh,
required this.slivers,
this.triggerDistance = 60.0,
this.indicatorSize = 36.0,
this.indicatorColor,
this.autoPull = false,
this.pullDuration = 5000,
this.slideDistance = 16.0,
this.controller,
});