Pullable.waterDropHeader constructor

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

WaterDrop Header

Implementation

const Pullable.waterDropHeader(
    {super.key, required this.child, this.onRefresh})
    : headerStyle = "WaterDropHeader";