Pullable.bezierHeader constructor
Pullable.bezierHeader({})
Bezier Header constructor
Implementation
Pullable.bezierHeader({
super.key,
required this.child,
this.controller,
this.onRefresh,
this.onLoading,
}) : config = const PullableConfig(headerType: PullableHeaderType.bezier);