|
|
|
|
@ -70,15 +70,15 @@ class _BloodPressureConnectScreenState extends State<BloodPressureConnectScreen>
|
|
|
|
|
children: [
|
|
|
|
|
Column(
|
|
|
|
|
children: [
|
|
|
|
|
Text("Dia", style: TextStyle(fontSize: 20)),
|
|
|
|
|
Text(myTrackersViewModel.bpRtResultModel.dia.toString(), style: TextStyle(fontSize: 50, fontWeight: FontWeight.bold)),
|
|
|
|
|
Text("Sys", style: TextStyle(fontSize: 20)),
|
|
|
|
|
Text(myTrackersViewModel.bpRtResultModel.sys.toString(), style: TextStyle(fontSize: 50, fontWeight: FontWeight.bold)),
|
|
|
|
|
Text("mmHg", style: TextStyle(fontSize: 10)),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
Column(
|
|
|
|
|
children: [
|
|
|
|
|
Text("Sys", style: TextStyle(fontSize: 20)),
|
|
|
|
|
Text(myTrackersViewModel.bpRtResultModel.sys.toString(), style: TextStyle(fontSize: 50, fontWeight: FontWeight.bold)),
|
|
|
|
|
Text("Dia", style: TextStyle(fontSize: 20)),
|
|
|
|
|
Text(myTrackersViewModel.bpRtResultModel.dia.toString(), style: TextStyle(fontSize: 50, fontWeight: FontWeight.bold)),
|
|
|
|
|
Text("mmHg", style: TextStyle(fontSize: 10)),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|