customOverlap property

(double? Function(BuildContext sliverContext)?) customOverlap
final

The callback that specifies a custom overlap corresponds to sliverContext.

If null is returned then use the overlap of sliverContext.

Implementation

final double? Function(BuildContext sliverContext)? customOverlap;