Hello,
I have gotten the GFBadge to show on the GFAvatar in the center of the avatar. How does one go about getting the badge in the upper right corner - or any other position for that matter?
Code snippet:
child: GFAvatar(
backgroundImage:
NetworkImage('http://192.168.2.70:8080/images/' + imageUrl),
shape: GFAvatarShape.standard,
child: GFBadge(
shape: GFBadgeShape.circle,
child: Text('12'),
),
),
TIA,
true2thepen