@@ -120,10 +120,9 @@ class _SideMenuState extends State<SideMenu> {
|
||||
height: 80.h,
|
||||
decoration: ShapeDecoration(
|
||||
image: DecorationImage(
|
||||
image: NetworkImage(
|
||||
|
||||
// ProfileObj!.data!.profilePhoto ??
|
||||
""),
|
||||
image: NetworkImage(ProfileObj!.data == null
|
||||
? ""
|
||||
: ProfileObj!.data!.profilePhoto ?? ""),
|
||||
fit: BoxFit.fill,
|
||||
),
|
||||
shape: OvalBorder(),
|
||||
|
||||
Reference in New Issue
Block a user