Merge branch 'sultan' into 'development'

Sultan

See merge request Cloud_Solution/doctor_app_flutter!408
merge-requests/409/merge
Mohammad Aljammal 4 years ago
commit 19d2837538

@ -1220,7 +1220,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
Container( Container(
height: 150, height: 150,
margin: EdgeInsets.all(5), margin: EdgeInsets.all(5),
width: ((SizeConfig.screenWidth * .55) / 5), width: ((SizeConfig.screenWidth * .55) / 5.3),
child: SizedBox(), child: SizedBox(),
decoration: BoxDecoration( decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10), color: Colors.red[50]), borderRadius: BorderRadius.circular(10), color: Colors.red[50]),
@ -1246,7 +1246,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
child: Align( child: Align(
child: AppText( child: AppText(
value.kPIParameter + ' (' + value.value.toString() + ') ', value.kPIParameter + ' (' + value.value.toString() + ') ',
fontSize: 11, fontSize: 10,
textAlign: TextAlign.center, textAlign: TextAlign.center,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
)), )),

Loading…
Cancel
Save