6/25/1
This commit is contained in:
@@ -25,12 +25,6 @@ class MainBottomMenuMap extends StatelessWidget {
|
||||
left: 5,
|
||||
right: 5,
|
||||
child: GestureDetector(
|
||||
onVerticalDragUpdate: (DragUpdateDetails details) {
|
||||
// Update the size of the GestureDetector based on the user's finger position.
|
||||
|
||||
// _height = details.globalPosition.dy;
|
||||
controller.changeMainBottomMenuMap();
|
||||
},
|
||||
child: AnimatedContainer(
|
||||
duration: const Duration(milliseconds: 500),
|
||||
height: controller.mainBottomMenuMapHeight,
|
||||
|
||||
Reference in New Issue
Block a user