Skip to content

Commit b986e6c

Browse files
authored
Update README.md
1 parent 3ee3de7 commit b986e6c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Group widgets by some attribute.
44

5+
`isScrollable = true` (default):
6+
7+
![With scrollable preview](/preview/with_scrollable.gif)
8+
9+
10+
`isScrollable = false`:
11+
12+
![Without scrollable preview](/preview/without_scrollable.gif)
13+
14+
---
515

616
## HowTo:
717

@@ -75,14 +85,7 @@ Widget build(BuildContext context) {
7585

7686
---
7787

78-
#### `isScrollable = true` (default):
79-
![With scrollable preview](/preview/with_scrollable.gif)
80-
8188

82-
#### `isScrollable = false`:
83-
![Without scrollable preview](/preview/without_scrollable.gif)
84-
85-
---
8689

8790
### TRY:
8891

0 commit comments

Comments
 (0)