fix issues in My Referred Patient widget

merge-requests/96/head
Mohammad ALjammal 6 years ago
parent c8b2604110
commit 05525fd87c

@ -87,8 +87,7 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
), ),
children: [ children: [
TableRow(children: [ TableRow(children: [
Expanded( Container(
child: Container(
margin: EdgeInsets.all(2.5), margin: EdgeInsets.all(2.5),
padding: EdgeInsets.all(5), padding: EdgeInsets.all(5),
decoration: BoxDecoration(), decoration: BoxDecoration(),
@ -111,9 +110,7 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
], ],
), ),
), ),
), Container(
Expanded(
child: Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
left: 4, left: 4,
top: 2.5, top: 2.5,
@ -139,12 +136,10 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
], ],
), ),
), ),
),
]), ]),
TableRow( TableRow(
children: [ children: [
Expanded( Container(
child: Container(
margin: EdgeInsets.all(2.5), margin: EdgeInsets.all(2.5),
padding: EdgeInsets.all(5), padding: EdgeInsets.all(5),
child: Column( child: Column(
@ -166,9 +161,7 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
], ],
), ),
), ),
), Container(
Expanded(
child: Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
left: 4, left: 4,
top: 2.5, top: 2.5,
@ -194,13 +187,11 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
) )
], ],
), ),
),
) )
], ],
), ),
TableRow(children: [ TableRow(children: [
Expanded( Container(
child: Container(
margin: EdgeInsets.all(2.5), margin: EdgeInsets.all(2.5),
padding: EdgeInsets.all(5), padding: EdgeInsets.all(5),
child: Column( child: Column(
@ -222,9 +213,7 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
], ],
), ),
), ),
), Container(
Expanded(
child: Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
left: 4, left: 4,
top: 2.5, top: 2.5,
@ -251,7 +240,6 @@ class _MyReferredPatientWidgetState extends State<MyReferredPatientWidget> {
) )
], ],
), ),
),
) )
]) ])
], ],

Loading…
Cancel
Save