RefreshIndicator constructor
const
RefreshIndicator({
- Key? key,
- double height = 60.0,
- double offset = 0.0,
- Duration completeDuration = const Duration(milliseconds: 500),
- RefreshStyle refreshStyle = RefreshStyle.follow,
Implementation
const RefreshIndicator({
super.key,
this.height = 60.0,
this.offset = 0.0,
this.completeDuration = const Duration(milliseconds: 500),
this.refreshStyle = RefreshStyle.follow,
});