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

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

Loading…
Cancel
Save