Skip to content

Commit d695f57

Browse files
make changing color of column faster
1 parent 064379f commit d695f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/sorting/base/view/sorting_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class _BuildList extends ConsumerWidget {
110110
left: position.dx,
111111
bottom: position.dy,
112112
duration: speedDuration,
113-
child: _BuildItem(item: item, index: index, speedDuration: speedDuration, instance: instance),
113+
child: _BuildItem(item: item, index: index, speedDuration: speedDuration*0.5, instance: instance),
114114
);
115115
},
116116
),

0 commit comments

Comments
 (0)