diff --git a/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart b/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart index 5c16d063..503e4efd 100644 --- a/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart +++ b/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart @@ -110,7 +110,7 @@ class _UCAFInputScreenState extends State { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - CheckboxListTile( + /*CheckboxListTile( title: AppText( TranslationBase.of(context).inPatient, fontWeight: FontWeight.normal, @@ -158,7 +158,7 @@ class _UCAFInputScreenState extends State { ), SizedBox( height: 16, - ), + ),*/ Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, @@ -289,7 +289,7 @@ class _UCAFInputScreenState extends State { minLines: 1, maxLines: 20, ), - SizedBox( + /*SizedBox( height: 16, ), AppText( @@ -319,11 +319,11 @@ class _UCAFInputScreenState extends State { controlAffinity: ListTileControlAffinity.leading, contentPadding: EdgeInsets.all(0), - )), + )),*/ SizedBox( height: 8, ), - AppTextFieldCustom( + /* AppTextFieldCustom( hintText: TranslationBase.of(context).other, dropDownText: TranslationBase.of(context).none, enabled: false, @@ -392,7 +392,7 @@ class _UCAFInputScreenState extends State { TranslationBase.of(context).backAbdomen, dropDownText: "BackLNeck", enabled: false, - ), + ),*/ ], ), ),