ClassicalHeaderWidget constructor
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,
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);