merge-requests/650/head
hussam al-habibeh 5 years ago
parent c17d3d63e0
commit ca11da36b3

@ -435,7 +435,11 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
SizedBox( SizedBox(
height: spaceBetweenTextFileds), height: spaceBetweenTextFileds),
Container( Container(
height: screenSize.height * 0.062, //height: screenSize.height * 0.062,
height: MediaQuery.of(context)
.size
.height *
0.06,
width: double.infinity, width: double.infinity,
child: Row( child: Row(
children: [ children: [

Loading…
Cancel
Save