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