BUG: Fix Profile Picture Alignment
This commit is contained in:
parent
ffcee3b7a7
commit
291882abc5
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class _MihCircleAvatarState extends State<MihCircleAvatar> {
|
|||
Visibility(
|
||||
visible: imagePreview != null,
|
||||
child: Positioned(
|
||||
right: widget.width * 0.03,
|
||||
child: CircleAvatar(
|
||||
radius: widget.width / 2.2,
|
||||
backgroundColor: widget.backgroundColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue