|
|
|
@ -35,26 +35,6 @@ class _ProfileViewAllPlatforme extends State<ProfileViewAllPlatforme> {
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
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,
|
|
|
|
|
body: SingleChildScrollView(
|
|
|
|
@ -75,10 +55,7 @@ class _ProfileViewAllPlatforme extends State<ProfileViewAllPlatforme> {
|
|
|
|
|
const SizedBox(
|
|
|
|
|
height: 25,
|
|
|
|
|
),
|
|
|
|
|
ProfileNotification(widget.positive),
|
|
|
|
|
const SizedBox(
|
|
|
|
|
height: 25,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ProfileOther(widget.otherArr)
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|