From 3fc585a0c10b570cf069047f117fd1b4fb59d0b0 Mon Sep 17 00:00:00 2001 From: Fabio-web Date: Thu, 27 Jan 2022 23:22:21 +0100 Subject: [PATCH] fix height speedtest view --- lib/app/modules/speedtest/view.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app/modules/speedtest/view.dart b/lib/app/modules/speedtest/view.dart index 701c3e0..c381703 100644 --- a/lib/app/modules/speedtest/view.dart +++ b/lib/app/modules/speedtest/view.dart @@ -61,7 +61,6 @@ class SpeedtestPage extends GetView { ), SizedBox(height: 5.0.wp), BuildGauge(), - SizedBox(height: 5.0.wp), Obx(() => Padding( padding: container, child: controller.isStarted.value ?