fix design

merge-requests/580/head
Mohammad Aljammal 5 years ago
parent 1081f71e80
commit 8523211e90

@ -24,6 +24,8 @@ class VitalSignDetailPainScale extends StatelessWidget {
...List.generate( ...List.generate(
vitalList.length, vitalList.length,
(index) => Container( (index) => Container(
margin: EdgeInsets.all(5),
color: Colors.white,
child: Column( child: Column(
children: [ children: [
Row( Row(

Loading…
Cancel
Save