fix design

merge-requests/275/head
Elham Rababah 5 years ago
parent 13c879654b
commit b9eaee1887

@ -128,18 +128,24 @@ class _PatientsOrdersState extends State<PatientsOrdersScreen> {
),
),
children: <Widget>[
Divider(
color: Colors.black,
height: 20,
thickness: 1,
indent: 0,
endIndent: 0,
),
AppText(
notesList[index]["Notes"],
margin: 5,
)
],
Divider(
color: Colors.black,
height: 20,
thickness: 1,
indent: 0,
endIndent: 0,
),
Row(
mainAxisAlignment:
MainAxisAlignment.start,
children: [
AppText(
notesList[index]["Notes"],
margin: 5,
),
],
)
],
),
],
));

Loading…
Cancel
Save