merge-requests/286/head
hussam al-habibeh 5 years ago
parent b267342c03
commit deca96f62e

@ -817,7 +817,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
children: [ children: [
Container( Container(
height: MediaQuery.of(context).size.height * height: MediaQuery.of(context).size.height *
0.070, 0.060,
width: double.infinity, width: double.infinity,
child: Row( child: Row(
children: [ children: [
@ -825,7 +825,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
width: MediaQuery.of(context) width: MediaQuery.of(context)
.size .size
.width * .width *
0.550, 0.500,
child: TextFields( child: TextFields(
inputFormatters: [ inputFormatters: [
LengthLimitingTextInputFormatter( LengthLimitingTextInputFormatter(
@ -863,7 +863,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
width: MediaQuery.of(context) width: MediaQuery.of(context)
.size .size
.width * .width *
0.3200, 0.3700,
child: InkWell( child: InkWell(
onTap: unitsList != null onTap: unitsList != null
? () { ? () {
@ -908,6 +908,9 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
], ],
), ),
), ),
SizedBox(
height: 12,
),
Container( Container(
height: MediaQuery.of(context).size.height * height: MediaQuery.of(context).size.height *
0.070, 0.070,

Loading…
Cancel
Save