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