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