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.83k stars 461 forks source link

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

Open OpenJarvisAI opened 2 months ago

OpenJarvisAI commented 2 months ago

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

KawindaWAD commented 1 month ago

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

shrinkWrap: true,