fix: unused method

This commit is contained in:
poka 2022-11-16 14:30:09 +01:00
parent 228e556198
commit be52158959
1 changed files with 4 additions and 4 deletions

View File

@ -221,10 +221,10 @@ class WalletsHome extends StatelessWidget {
} else if (screenWidth >= 650) {
nTule = 3;
}
Offset followDragAnchorStrategy(
Draggable<Object> d, BuildContext context, Offset point) {
return Offset(d.feedbackOffset.dx - 30, d.feedbackOffset.dy - 0);
}
// Offset followDragAnchorStrategy(
// Draggable<Object> d, BuildContext context, Offset point) {
// return Offset(d.feedbackOffset.dx - 30, d.feedbackOffset.dy - 0);
// }
return CustomScrollView(slivers: <Widget>[
const SliverToBoxAdapter(child: SizedBox(height: 20)),