Closed kitsuniru closed 3 years ago
No worries I will have a look at it and will get back to you, thank you for pointing this out
@MindMayhem
try this:
ListTile(
title: FittedBox(
fit: BoxFit.scaleDown,
alignment: Alignment.topLeft,
child: UserProfileAvatar(
avatarUrl: 'https://picsum.photos/id/237/5000/5000',
radius: 40,
notificationCount: 10,
notificationBubbleTextStyle: TextStyle(fontSize: 16),
avatarSplashColor: Colors.red,
onAvatarTap: () => print('Avatar Tapped'),
),
),
leading: Text('Leading'),
trailing: Text('Trailing'),
subtitle: Text('Subtitle'),
tileColor: Colors.grey[900],
onTap: () => print('Tapped'),
),
@MindMayhem any feedback would be appreciated otherwise I will be closing this issue.
It causes glitches like this: