Skip to content

Commit d6e4c1b

Browse files
authored
Make Reorder section more prominent (#254)
1 parent 2f4473b commit d6e4c1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/resources/ui/widgets/composing-widgets/list-grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Axis sets the orientation of the ListView. You can select either "Vertical" or
4747

4848
![listview-reverse.png](../built-in-widgets/imgs/listview-reverse.png)
4949

50-
#### Make List Reorderable
50+
### On Reorder
5151
Whether to allow reordering of items in the list. On Web or Desktop this will
5252
add drag handles, but on mobile
5353
the reorder is triggerred by long pressing an item.
@@ -64,7 +64,7 @@ action trigger to make any necessary changes yourself.
6464

6565
Here's a quick tutorial to set up your Reorderable ListView:
6666

67-
##### Using App State variable
67+
#### Using App State variable
6868

6969
1. First, create an app state variable with a few items of type String and display them on the
7070
ListView widget.
@@ -116,7 +116,7 @@ return list;
116116
com/embed/bb961c71d11a4e7d8869170727d1423d?sid=a356162d-76df-45bb-930c-bebf8358ce6c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
117117

118118

119-
##### Reordering Items in a Firebase Query
119+
#### Reordering Items in a Firebase Query
120120

121121
If you want to reorder the list items retrieved via Firebase query collection, the steps are almost similar except for the following changes.
122122

@@ -540,4 +540,4 @@ Follow the steps below to add this action to any widget.
540540
allow="clipboard-write">
541541
</iframe>
542542
</div>
543-
<p></p>
543+
<p></p>

0 commit comments

Comments
 (0)