ucaf-change

merge-requests/656/head
mosazaid 5 years ago
parent bba0e48285
commit 0bfa74f1c9

@ -110,7 +110,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
CheckboxListTile( /*CheckboxListTile(
title: AppText( title: AppText(
TranslationBase.of(context).inPatient, TranslationBase.of(context).inPatient,
fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
@ -158,7 +158,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
), ),
SizedBox( SizedBox(
height: 16, height: 16,
), ),*/
Row( Row(
mainAxisAlignment: mainAxisAlignment:
MainAxisAlignment.spaceBetween, MainAxisAlignment.spaceBetween,
@ -289,7 +289,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
minLines: 1, minLines: 1,
maxLines: 20, maxLines: 20,
), ),
SizedBox( /*SizedBox(
height: 16, height: 16,
), ),
AppText( AppText(
@ -319,11 +319,11 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
controlAffinity: controlAffinity:
ListTileControlAffinity.leading, ListTileControlAffinity.leading,
contentPadding: EdgeInsets.all(0), contentPadding: EdgeInsets.all(0),
)), )),*/
SizedBox( SizedBox(
height: 8, height: 8,
), ),
AppTextFieldCustom( /* AppTextFieldCustom(
hintText: TranslationBase.of(context).other, hintText: TranslationBase.of(context).other,
dropDownText: TranslationBase.of(context).none, dropDownText: TranslationBase.of(context).none,
enabled: false, enabled: false,
@ -392,7 +392,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
TranslationBase.of(context).backAbdomen, TranslationBase.of(context).backAbdomen,
dropDownText: "BackLNeck", dropDownText: "BackLNeck",
enabled: false, enabled: false,
), ),*/
], ],
), ),
), ),

Loading…
Cancel
Save