build abstract method

Widget build(
  1. BuildContext context,
  2. double shrinkOffset
)

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);