CustomRefreshIndicator constructor
const
CustomRefreshIndicator({})
Implementation
const CustomRefreshIndicator({
super.key,
required this.child,
required this.onRefresh,
required this.color,
required this.backgroundColor,
});