|
|
|
|
@ -143,7 +143,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
|
|
|
|
|
borderColor: Color(0xFFeaeaea),
|
|
|
|
|
color: Color(0xFFeaeaea),
|
|
|
|
|
fontColor: Colors.black,
|
|
|
|
|
fontSize: 2.2,
|
|
|
|
|
|
|
|
|
|
onPressed: () {
|
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
|
},
|
|
|
|
|
@ -163,7 +163,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
|
|
|
|
|
borderColor: Color(0xFF359846),
|
|
|
|
|
color: Color(0xFF359846),
|
|
|
|
|
fontColor: Colors.white,
|
|
|
|
|
fontSize: 2.0,
|
|
|
|
|
|
|
|
|
|
onPressed: () {},
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -186,7 +186,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
|
|
|
|
|
borderColor: Color(0xFFeaeaea),
|
|
|
|
|
color: Color(0xFFeaeaea),
|
|
|
|
|
fontColor: Colors.black,
|
|
|
|
|
fontSize: 2.2,
|
|
|
|
|
|
|
|
|
|
onPressed: () {
|
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
|
},
|
|
|
|
|
@ -206,7 +206,7 @@ class _RegisterPatientPageState extends State<RegisterPatientPage>
|
|
|
|
|
borderColor: Color(0xFFB8382B),
|
|
|
|
|
color: AppGlobal.appRedColor,
|
|
|
|
|
fontColor: Colors.white,
|
|
|
|
|
fontSize: 2.0,
|
|
|
|
|
|
|
|
|
|
onPressed: () {
|
|
|
|
|
changePageViewIndex(_currentIndex + 1);
|
|
|
|
|
},
|
|
|
|
|
|