We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883e2fb + d5686e9 commit 0fced7cCopy full SHA for 0fced7c
example/lib/main.dart
@@ -185,7 +185,7 @@ class Item extends StatelessWidget {
185
color: placeholder ? null : Colors.white);
186
}
187
188
- // For iOS dragging mdoe, there will be drag handle on the right that triggers
+ // For iOS dragging mode, there will be drag handle on the right that triggers
189
// reordering; For android mode it will be just an empty container
190
Widget dragHandle = draggingMode == DraggingMode.iOS
191
? ReorderableListener(
0 commit comments