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, + // ), ), ); }