Here is my code
InkWell(
onTap: () {
Navigator.pop(context);
},
child: Align(
alignment: Alignment(1,-1),
child: CircleAvatar(
maxRadius: 20,
backgroundColor: Colors.transparent,
child: Image.asset('assets/cancel.png',height: 30,),
),
),
),
I got this
I want like this