From 1da12873c7c3f25af2e57a05a97bf197e5b5a19c Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Mon, 28 Dec 2020 12:52:02 +0300 Subject: [PATCH] dashboard --- lib/screens/dashboard_screen.dart | 40 +------------------------------ 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/lib/screens/dashboard_screen.dart b/lib/screens/dashboard_screen.dart index a8c2e014..b6bbc6cf 100644 --- a/lib/screens/dashboard_screen.dart +++ b/lib/screens/dashboard_screen.dart @@ -112,18 +112,6 @@ class _DashboardScreenState extends State { ) ], ), - Row( - mainAxisAlignment: MainAxisAlignment.start, - children: [ - AppText( - 'Dr. ${authProvider.doctorProfile.doctorName}', - fontWeight: FontWeight.bold, - fontSize: - SizeConfig.textMultiplier * 2.5, - color: Colors.white, - ) - ], - ), SizedBox( height: 4, ), @@ -191,36 +179,12 @@ class _DashboardScreenState extends State { ), ], ), - Expanded( - child: Column( - mainAxisAlignment: MainAxisAlignment.start, - crossAxisAlignment: CrossAxisAlignment.end, - children: [ - Container( - decoration: BoxDecoration( - color: - Theme.of(context).backgroundColor, - borderRadius: BorderRadius.all( - Radius.circular(10.0), - ), - ), - height: 50, - width: 60, - child: Image.network( - authProvider - .doctorProfile.doctorImageURL, -// fit: BoxFit.fill, - ), - ), - ], - ), - ) ]), ), ), Container( color: Colors.white, - height: this.isExpanded ? 150 : 90, + height: this.isExpanded ? 150 : 110, ), ], ), @@ -1102,8 +1066,6 @@ class _DashboardScreenState extends State { } } -getSummaryResult(item) {} - // TODO Move to it file class DashboardItem extends StatelessWidget { const DashboardItem(