ClassicalHeaderWidget constructor
const
ClassicalHeaderWidget({
- Key? key,
- required RefreshMode refreshState,
- required ClassicalHeader classicalHeader,
- required double pulledExtent,
- required double refreshTriggerPullDistance,
- required double refreshIndicatorExtent,
- required AxisDirection axisDirection,
- required bool float,
- required Duration? completeDuration,
- required bool enableInfiniteRefresh,
- required bool success,
- required bool noMore,
- Widget? childWidget,
Implementation
const 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,
this.childWidget
})
: super(key: key);