jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.9k stars 477 forks source link

【Sheet】it always extended to full when child is a scroll view like listview or gridview? #397

Open OpenJarvisAI opened 7 months ago

OpenJarvisAI commented 7 months ago

【Sheet】it always extended to full when child is a scroll view like listview or gridview?

KawindaWAD commented 6 months ago

Set the shrinkWrap property to true in your list or grid view.

shrinkWrap: true,