ClassicalHeaderWidget constructor

ClassicalHeaderWidget({
  1. Key? key,
  2. required RefreshMode refreshState,
  3. required ClassicalHeader classicalHeader,
  4. required double pulledExtent,
  5. required double refreshTriggerPullDistance,
  6. required double refreshIndicatorExtent,
  7. required AxisDirection axisDirection,
  8. required bool float,
  9. required Duration? completeDuration,
  10. required bool enableInfiniteRefresh,
  11. required bool success,
  12. required bool noMore,
})

Implementation

ClassicalHeaderWidget(
    {Key? key,
    required this.refreshState,
    required this.classicalHeader,
    required this.pulledExtent,
    required this.refreshTriggerPullDistance,
    required this.refreshIndicatorExtent,
    required this.axisDirection,
    required this.float,
    required this.completeDuration,
    required this.enableInfiniteRefresh,
    required this.success,
    required this.noMore})
    : super(key: key);