تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 34- Flutter GridView (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 34 مجانى معتمد اونلاين
In some cases, you might want to display your items as a grid rather than a normal list of items that come one after the next. For this task, use the GridView widget.
The simplest way to get started using grids is by using the GridView.count() constructor, because it allows you to specify how many rows or columns you’d like.