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