maxPaintExtent property Null safety
final
The (estimated) total paint extent that this sliver would be able to provide if the SliverConstraints.remainingPaintExtent was infinite.
This is used by viewports that implement shrink-wrapping.
By definition, this cannot be less than paintExtent.
Implementation
final double maxPaintExtent;