https://github.com/user-attachments/assets/efe16463-d590-43a6-8106-deed147e3499 ```dart MasonryGridView.extent( crossAxisSpacing: 8.0.w, mainAxisSpacing: 8.0.h, itemCount: 3, itemBuilder: (context, index) { return SizedBox(height: 1500, child: Placeholder()); }, maxCrossAxisExtent: 400.w, ); ```