|
|
|
@ -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: [
|
|
|
|
|