fix issue in Register Patient Page

merge-requests/874/head
Elham Rababh 4 years ago
parent 5e4b2d8202
commit cb223be8b3

@ -98,7 +98,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
},
scrollDirection: Axis.horizontal,
children: <Widget>[
// RegisterSearchPatientPage(),
RegisterSearchPatientPage(),
RegisterConfirmationPatientPage(),
]),
@ -107,11 +107,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
],
),
)),
_isLoading
? Container(
height: 0,
)
: pagerButtons(model),
pagerButtons(model),
],
),
),
@ -165,7 +161,8 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
);
default:
return Container(
color: Colors.white,
// height: 100,
color: Colors.red,
padding: EdgeInsets.symmetric(vertical: 16, horizontal: 16),
child: Row(
children: [

Loading…
Cancel
Save