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(
{Key? key,
this.height: 60.0,
this.offset: 0.0,
this.completeDuration: const Duration(milliseconds: 500),
this.refreshStyle: RefreshStyle.Follow})
: super(key: key);