Commit 32ab19b 1 parent e6b8c1c commit 32ab19b Copy full SHA for 32ab19b
File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -78,24 +78,7 @@ class _OtherUserProfileState extends State<OtherUserProfile> {
78
78
return Positioned (
79
79
top: MediaQuery .of (context).size.height / defaultPadding,
80
80
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
- // )
89
81
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
- // ),
99
82
style: ButtonStyle (
100
83
elevation: MaterialStateProperty .all (0 ),
101
84
backgroundColor: MaterialStateProperty .all (transparentColor),
You can’t perform that action at this time.
0 commit comments