From ed8da38bc9dde5aa30d749c52b599c0a598f5409 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Wed, 5 May 2021 15:04:41 +0300 Subject: [PATCH] hot fix --- lib/screens/prescription/add_prescription_form.dart | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 9fcd20cc..91536aeb 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -444,6 +444,10 @@ class _PrescriptionFormWidgetState extends State { child: Row( children: [ Container( + height: MediaQuery.of(context) + .size + .height * + 0.06, width: MediaQuery.of(context) .size .width * @@ -521,6 +525,10 @@ class _PrescriptionFormWidgetState extends State { width: 10.0, ), Container( + height: MediaQuery.of(context) + .size + .height * + 0.06, color: Colors.white, width: MediaQuery.of(context) .size