Skip to content

Commit e3f4d16

Browse files
committed
Update reorderable_list_view.dart
1 parent add9c61 commit e3f4d16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flet/lib/src/controls/reorderable_list_view.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class _ListViewControlState extends State<ReorderableListViewControl> {
9393
: null;
9494
var autoScrollerVelocityScalar =
9595
widget.control.attrDouble("autoScrollerVelocityScalar");
96-
var mouseCursor = parseMouseCursor(widget.control.attrString("mouseCursor"));
9796

9897
void onReorder(int oldIndex, int newIndex) {
9998
debugPrint("onReorder: $oldIndex -> $newIndex");
@@ -142,7 +141,6 @@ class _ListViewControlState extends State<ReorderableListViewControl> {
142141
footer: footer,
143142
prototypeItem: prototypeItem,
144143
autoScrollerVelocityScalar: autoScrollerVelocityScalar,
145-
mouseCursor: mouseCursor,
146144
onReorder: onReorder,
147145
onReorderEnd: onReorderEnd,
148146
onReorderStart: onReorderStart,
@@ -168,7 +166,6 @@ class _ListViewControlState extends State<ReorderableListViewControl> {
168166
mouseCursor: mouseCursor,
169167
prototypeItem: prototypeItem,
170168
autoScrollerVelocityScalar: autoScrollerVelocityScalar,
171-
mouseCursor: mouseCursor,
172169
onReorder: onReorder,
173170
onReorderEnd: onReorderEnd,
174171
onReorderStart: onReorderStart,

0 commit comments

Comments
 (0)