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>[ children: <Widget>[
Divider( Divider(
color: Colors.black, color: Colors.black,
height: 20, height: 20,
thickness: 1, thickness: 1,
indent: 0, indent: 0,
endIndent: 0, endIndent: 0,
), ),
AppText( Row(
notesList[index]["Notes"], mainAxisAlignment:
margin: 5, MainAxisAlignment.start,
) children: [
], AppText(
notesList[index]["Notes"],
margin: 5,
),
],
)
],
), ),
], ],
)); ));

Loading…
Cancel
Save