Pullable.materialClassicHeader constructor
Pullable.materialClassicHeader({})
MaterialClassic Header constructor
Implementation
Pullable.materialClassicHeader({
super.key,
required this.child,
this.controller,
this.onRefresh,
this.onLoading,
}) : config = const PullableConfig(
headerType: PullableHeaderType.materialClassic,
);