RefreshPhysics constructor
RefreshPhysics({
- ScrollPhysics? parent,
- int? updateFlag,
- double? maxUnderScrollExtent,
- SpringDescription? springDescription,
- RefreshController? controller,
- double? dragSpeedRatio,
- double? topHitBoundary,
- double? bottomHitBoundary,
- bool? enableScrollWhenRefreshCompleted,
- bool? enableScrollWhenTwoLevel,
- double? maxOverScrollExtent,
Implementation
RefreshPhysics(
{super.parent,
this.updateFlag,
this.maxUnderScrollExtent,
this.springDescription,
this.controller,
this.dragSpeedRatio,
this.topHitBoundary,
this.bottomHitBoundary,
this.enableScrollWhenRefreshCompleted,
this.enableScrollWhenTwoLevel,
this.maxOverScrollExtent});