RefreshWidget constructor
const
RefreshWidget({})
Implementation
const RefreshWidget({
super.key,
required this.controller,
this.enablePullUp = true,
this.enablePullDown = true,
required this.slivers,
});
const RefreshWidget({
super.key,
required this.controller,
this.enablePullUp = true,
this.enablePullDown = true,
required this.slivers,
});