Vaibhav_Feature-#541 #52
@ -59,6 +59,11 @@ class _UserProfileBarState extends State<UserProfileBar>
|
||||
width: isCondensed ? 90 : 250,
|
||||
duration: const Duration(milliseconds: 300),
|
||||
curve: Curves.easeInOut,
|
||||
child: SafeArea(
|
||||
bottom: true,
|
||||
top: false,
|
||||
left: false,
|
||||
right: false,
|
||||
child: Column(
|
||||
children: [
|
||||
userProfileSection(),
|
||||
@ -69,6 +74,7 @@ class _UserProfileBarState extends State<UserProfileBar>
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user