Pullable.classicHeader constructor
const
Pullable.classicHeader({
- Key? key,
- required Widget child,
- Future<
void> onRefresh()?, - ScrollPhysics? physics,
- RefreshController? controller,
Classic Header constructor
Implementation
const Pullable.classicHeader({
super.key,
required this.child,
this.onRefresh,
this.physics,
this.controller,
}) : config = const PullableConfig(headerType: PullableHeaderType.classic),
headerStyle = "ClassicHeader";