Pullable.bezierHeader constructor
const
Pullable.bezierHeader({
- Key? key,
- required Widget child,
- Future<
void> onRefresh()?, - ScrollPhysics? physics,
- RefreshController? controller,
Bezier Header constructor
Implementation
const Pullable.bezierHeader({
super.key,
required this.child,
this.onRefresh,
this.physics,
this.controller,
}) : config = const PullableConfig(headerType: PullableHeaderType.bezier),
headerStyle = "BezierHeader";