Skip to content
Snippets Groups Projects
Commit be521589 authored by poka's avatar poka
Browse files

fix: unused method

parent 228e5561
Branches
Tags
1 merge request!32Calcul tx fees
Pipeline #17728 passed
...@@ -221,10 +221,10 @@ class WalletsHome extends StatelessWidget { ...@@ -221,10 +221,10 @@ class WalletsHome extends StatelessWidget {
} else if (screenWidth >= 650) { } else if (screenWidth >= 650) {
nTule = 3; nTule = 3;
} }
Offset followDragAnchorStrategy( // Offset followDragAnchorStrategy(
Draggable<Object> d, BuildContext context, Offset point) { // Draggable<Object> d, BuildContext context, Offset point) {
return Offset(d.feedbackOffset.dx - 30, d.feedbackOffset.dy - 0); // return Offset(d.feedbackOffset.dx - 30, d.feedbackOffset.dy - 0);
} // }
return CustomScrollView(slivers: <Widget>[ return CustomScrollView(slivers: <Widget>[
const SliverToBoxAdapter(child: SizedBox(height: 20)), const SliverToBoxAdapter(child: SizedBox(height: 20)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment