Skip to content

Commit 32ab19b

Browse files
[Update] - Delete unnecessary codes
1 parent e6b8c1c commit 32ab19b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/app_screens/chat/other_user_profile.dart

-17
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,7 @@ class _OtherUserProfileState extends State<OtherUserProfile> {
7878
return Positioned(
7979
top: MediaQuery.of(context).size.height / defaultPadding,
8080
left: MediaQuery.of(context).size.width / defaultPadding,
81-
// child: const CircleAvatar(
82-
// radius: backButtonCircleAvatar,
83-
// backgroundColor: transparentColor,
84-
// foregroundColor: Colors.white70,
85-
// child: ClipOval(
86-
// child: Icon(Icons.arrow_back)
87-
// )
88-
// )
8981
child: ElevatedButton(
90-
// style: ElevatedButton.styleFrom(
91-
// shape: const CircleBorder(),
92-
// backgroundColor: transparentColor,
93-
// disabledForegroundColor: transparentColor,
94-
// disabledBackgroundColor: transparentColor,
95-
// elevation: 0,
96-
// shadowColor: transparentColor,
97-
// splashFactory: NoSplash.splashFactory
98-
// ),
9982
style: ButtonStyle(
10083
elevation: MaterialStateProperty.all(0),
10184
backgroundColor: MaterialStateProperty.all(transparentColor),

0 commit comments

Comments
 (0)