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(
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue