Skip to content

Commit f2d6f85

Browse files
authored
Update GridView.dart
1 parent 71e5f53 commit f2d6f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GridView.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// When you want to display your items as a grid rather than a normal list of items that come one after the next then use the GridView widget. Like story page in fb or a table
1+
// When you want to display your items as a grid rather than a normal list of items that come one after the next then use the GridView widget.
2+
//Like story page in fb or a table
23

34
import 'package:flutter/material.dart';
45

0 commit comments

Comments
 (0)