BUG: Fix Profile Picture Alignment
This commit is contained in:
@@ -73,6 +73,7 @@ class _MihCircleAvatarState extends State<MihCircleAvatar> {
|
|||||||
Visibility(
|
Visibility(
|
||||||
visible: imagePreview != null,
|
visible: imagePreview != null,
|
||||||
child: Positioned(
|
child: Positioned(
|
||||||
|
right: widget.width * 0.03,
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
radius: widget.width / 2.2,
|
radius: widget.width / 2.2,
|
||||||
backgroundColor: widget.backgroundColor,
|
backgroundColor: widget.backgroundColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user