correction profile

pull/4/head
Othmane BENJELLOUN 2 years ago
parent 71269c8da8
commit 9e768c474c

@ -45,17 +45,7 @@ class ProfileEntete extends StatelessWidget {
], ],
), ),
), ),
SizedBox(
width: 70,
height: 25,
child: RoundButton(
title: "Editer",
type: RoundButtonType.bgGradient,
fontSize: 12,
fontWeight: FontWeight.w400,
onPressed: () {},
),
)
], ],
); );
} }

@ -35,26 +35,6 @@ class _ProfileViewAllPlatforme extends State<ProfileViewAllPlatforme> {
style: TextStyle( style: TextStyle(
color: TColor.black, fontSize: 16, fontWeight: FontWeight.w700), color: TColor.black, fontSize: 16, fontWeight: FontWeight.w700),
), ),
actions: [
InkWell(
onTap: () {},
child: Container(
margin: const EdgeInsets.all(8),
height: 20,
width: 20,
alignment: Alignment.center,
decoration: BoxDecoration(
color: TColor.lightGray,
borderRadius: BorderRadius.circular(10)),
child: Image.asset(
"assets/img/more_btn.png",
width: 15,
height: 15,
fit: BoxFit.contain,
),
),
)
],
), ),
backgroundColor: TColor.white, backgroundColor: TColor.white,
body: SingleChildScrollView( body: SingleChildScrollView(
@ -75,10 +55,7 @@ class _ProfileViewAllPlatforme extends State<ProfileViewAllPlatforme> {
const SizedBox( const SizedBox(
height: 25, height: 25,
), ),
ProfileNotification(widget.positive),
const SizedBox(
height: 25,
),
ProfileOther(widget.otherArr) ProfileOther(widget.otherArr)
], ],
), ),

Loading…
Cancel
Save