Merge branch 'prescription_changes' into 'development'

hot fix

See merge request Cloud_Solution/doctor_app_flutter!651
merge-requests/652/merge
Mohammad Aljammal 5 years ago
commit 137fb560bc

@ -444,6 +444,10 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
child: Row( child: Row(
children: [ children: [
Container( Container(
height: MediaQuery.of(context)
.size
.height *
0.06,
width: MediaQuery.of(context) width: MediaQuery.of(context)
.size .size
.width * .width *
@ -521,6 +525,10 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
width: 10.0, width: 10.0,
), ),
Container( Container(
height: MediaQuery.of(context)
.size
.height *
0.06,
color: Colors.white, color: Colors.white,
width: MediaQuery.of(context) width: MediaQuery.of(context)
.size .size

Loading…
Cancel
Save