WaterDropHeader constructor
const
WaterDropHeader({})
Implementation
const WaterDropHeader({
super.key,
this.refresh,
this.complete,
super.completeDuration= const Duration(milliseconds: 600),
this.failed,
this.waterDropColor=Colors.grey,
this.idleIcon= const Icon(
Icons.autorenew,
size: 15,
color: Colors.white,
),
}) : super(
height: 60.0,
refreshStyle: RefreshStyle.unFollow);