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

Loading…
Cancel
Save