From 2d40ede37f74cdb16be7da9640356fbfb7bb8169 Mon Sep 17 00:00:00 2001 From: Fatimah Alshammari Date: Wed, 26 Oct 2022 14:59:18 +0300 Subject: [PATCH] fix issues --- lib/ui/my_team/employee_details.dart | 2 +- lib/ui/profile/profile_screen.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/my_team/employee_details.dart b/lib/ui/my_team/employee_details.dart index 82d289d..d0e167d 100644 --- a/lib/ui/my_team/employee_details.dart +++ b/lib/ui/my_team/employee_details.dart @@ -82,7 +82,7 @@ class _EmployeeDetailsState extends State { ), ), ) : Container( - decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)), + decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)), ), SingleChildScrollView( scrollDirection: Axis.vertical, diff --git a/lib/ui/profile/profile_screen.dart b/lib/ui/profile/profile_screen.dart index 533834f..c071d3f 100644 --- a/lib/ui/profile/profile_screen.dart +++ b/lib/ui/profile/profile_screen.dart @@ -62,7 +62,7 @@ class _ProfileScreenState extends State { ), ), ): Container( - decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)), + decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)), ), SingleChildScrollView( scrollDirection: Axis.vertical,