Kate Lovett 9d9427923f
Fix extent for null returning builder in GridView (#132511)
Fixes https://github.com/flutter/flutter/issues/130685

This fixes an issue where a GridView/SliverGrid with a SliverChildBuilderDelegate would still reflect a max scroll extent of infinity after returning null from the builder. This change incorporates the same way we handle this case in SliverList:

6d87a23b37/packages/flutter/lib/src/rendering/sliver_list.dart (L305-L307)
2023-08-15 22:56:09 +00:00
..
2023-07-27 05:59:17 +00:00
2023-04-28 23:41:58 +00:00