const SliverClip({ Key? key, required Widget child, this.clipOverlap = true, }) : super(key: key, child: child);