build abstract method
This acts exactly like SliverPersistentHeaderDelegate.build()
but with
the difference that shrinkOffset
might be negative, in which case,
this widget exceeds maxExtent
.
Implementation
Widget build(BuildContext context, double shrinkOffset);