From 2aa6ad5d6b16f819e28e137851c81846c8fdf365 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Sun, 10 Oct 2021 17:40:15 +0300 Subject: [PATCH] h20 today ui (cont.)1 --- .../AlHabibMedicalService/h2o/today_page.dart | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/pages/AlHabibMedicalService/h2o/today_page.dart b/lib/pages/AlHabibMedicalService/h2o/today_page.dart index f60aee92..85182717 100644 --- a/lib/pages/AlHabibMedicalService/h2o/today_page.dart +++ b/lib/pages/AlHabibMedicalService/h2o/today_page.dart @@ -175,24 +175,24 @@ class TodayPage extends StatelessWidget { ), ), SizedBox(height: 40), - Text( - TranslationBase.of(context).addCustomAmount, - style: TextStyle( - fontSize: 14, - height: 21 / 14, - fontWeight: FontWeight.w600, - color: Color(0xff2B353E), - letterSpacing: -0.56, - ), - ), + // Text( + // TranslationBase.of(context).addCustomAmount, + // style: TextStyle( + // fontSize: 14, + // height: 21 / 14, + // fontWeight: FontWeight.w600, + // color: Color(0xff2B353E), + // letterSpacing: -0.56, + // ), + // ), ], ), ), - floatingActionButton: H20FloatingActionButton( - // controller: _controller, - model: model, - ), + // floatingActionButton: H20FloatingActionButton( + // // controller: _controller, + // model: model, + // ), ), ); }