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