Pullable.waterDropMaterialHeader constructor

Pullable.waterDropMaterialHeader({
  1. Key? key,
  2. required Widget child,
  3. dynamic onRefresh()?,
})

WaterDropMaterial Header

Implementation

Pullable.waterDropMaterialHeader(
    {super.key, required this.child, this.onRefresh})
    : headerStyle = "WaterDropMaterialHeader";