File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/resources/ui/widgets/composing-widgets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Axis sets the orientation of the ListView. You can select either "Vertical" or
47
47
48
48
![ listview-reverse.png] ( ../built-in-widgets/imgs/listview-reverse.png )
49
49
50
- #### Make List Reorderable
50
+ ### On Reorder
51
51
Whether to allow reordering of items in the list. On Web or Desktop this will
52
52
add drag handles, but on mobile
53
53
the reorder is triggerred by long pressing an item.
@@ -64,7 +64,7 @@ action trigger to make any necessary changes yourself.
64
64
65
65
Here's a quick tutorial to set up your Reorderable ListView:
66
66
67
- ##### Using App State variable
67
+ #### Using App State variable
68
68
69
69
1 . First, create an app state variable with a few items of type String and display them on the
70
70
ListView widget.
@@ -116,7 +116,7 @@ return list;
116
116
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 >
117
117
118
118
119
- ##### Reordering Items in a Firebase Query
119
+ #### Reordering Items in a Firebase Query
120
120
121
121
If you want to reorder the list items retrieved via Firebase query collection, the steps are almost similar except for the following changes.
122
122
@@ -540,4 +540,4 @@ Follow the steps below to add this action to any widget.
540
540
allow="clipboard-write">
541
541
</iframe>
542
542
</div >
543
- <p ></p >
543
+ <p ></p >
You can’t perform that action at this time.
0 commit comments