dashboard overflow change

merge-requests/417/head
Sultan Khan 5 years ago
parent 2a7ad6bfc8
commit 6b9bf1d752

@ -196,14 +196,14 @@ class _DashboardScreenState extends State<DashboardScreen> {
return Row( return Row(
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
children: <Widget>[ children: <Widget>[
AppText( AppText(item.clinicName,
item.clinicName, fontSize: SizeConfig
fontSize: SizeConfig .textMultiplier *
.textMultiplier * 1.6,
2.1, color: Colors.black,
color: Colors.black, fontWeight: FontWeight.bold,
fontWeight: FontWeight.bold, textAlign:
), TextAlign.center),
], ],
); );
}).toList(); }).toList();
@ -1004,7 +1004,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
top: 10, left: 10, right: 0), top: 10, left: 10, right: 0),
child: Icon( child: Icon(
DoctorApp.search, DoctorApp.search,
size: 35, size: 32,
color: Colors.white, color: Colors.white,
)), )),
Container( Container(
@ -1014,6 +1014,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
.searchmedicinepatient, .searchmedicinepatient,
color: Colors.white, color: Colors.white,
textAlign: TextAlign.start, textAlign: TextAlign.start,
fontSize: 14,
)) ))
], ],
), ),

Loading…
Cancel
Save