Refactor logs

This commit is contained in:
Juan Gilsanz Polo 2023-11-01 20:46:03 +01:00
parent 61b402a0bd
commit ad7267bc5c
12 changed files with 529 additions and 425 deletions

View file

@ -90,9 +90,7 @@ class SelectInterfaceModal extends StatelessWidget {
}
else {
return GestureDetector(
onTap: () => Navigator.of(context).pop(),
child: Container(
color: Colors.transparent,
onTap: () => Navigator.of(context).pop(),
child: DraggableScrollableSheet(
initialChildSize: 0.6,
minChildSize: 0.3,
@ -154,8 +152,7 @@ class SelectInterfaceModal extends StatelessWidget {
);
},
),
),
);
);
}
}
}