doctor header.

Dev_3.3_MedicalReportCR
Sultan khan 1 year ago
parent 5e4ca336c2
commit 27373b6972

@ -302,7 +302,7 @@ class DoctorHeader extends StatelessWidget {
],
),
Container(
margin: EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0),
margin: EdgeInsets.only(top: 10.0, left: 10.0, right: 10.0),
child: Text(getRatingWidth(doctorDetailsList[0].ratio).round().toString() + "%",
style: TextStyle(fontSize: 14.0, color: Colors.black, fontWeight: FontWeight.w600)),
),
@ -323,7 +323,7 @@ class DoctorHeader extends StatelessWidget {
],
),
Container(
margin: EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0),
margin: EdgeInsets.only(top: 10.0, left: 10.0, right: 10.0),
child: Text(doctorDetailsList[1].ratio.round().toString() + "%",
style: TextStyle(fontSize: 14.0, color: Colors.black, fontWeight: FontWeight.w600)),
),
@ -344,7 +344,7 @@ class DoctorHeader extends StatelessWidget {
],
),
Container(
margin: EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0),
margin: EdgeInsets.only(top: 10.0, left: 10.0, right: 10.0),
child: Text(doctorDetailsList[2].ratio.round().toString() + "%",
style: TextStyle(fontSize: 14.0, color: Colors.black, fontWeight: FontWeight.w600)),
),
@ -365,7 +365,7 @@ class DoctorHeader extends StatelessWidget {
],
),
Container(
margin: EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0),
margin: EdgeInsets.only(top: 10.0, left: 10.0, right: 10.0),
child: Text(doctorDetailsList[3].ratio.round().toString() + "%",
style: TextStyle(fontSize: 14.0, color: Colors.black, fontWeight: FontWeight.w600)),
),
@ -387,7 +387,7 @@ class DoctorHeader extends StatelessWidget {
],
),
Container(
margin: EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0),
margin: EdgeInsets.only(top: 10.0, left: 10.0, right: 10.0),
child: Text(doctorDetailsList[4].ratio.round().toString() + "%",
style: TextStyle(fontSize: 14.0, color: Colors.black, fontWeight: FontWeight.w600)),
),

Loading…
Cancel
Save