Fix warning

This commit is contained in:
vishnukvmd 2022-12-16 09:50:08 +05:30
parent 5a446857d4
commit 4d52b1ecaa

View file

@ -89,7 +89,7 @@ class LivePhotoOverlayIcon extends StatelessWidget {
class OwnerAvatarOverlayIcon extends StatelessWidget {
final User user;
OwnerAvatarOverlayIcon(this.user, {Key? key}) : super(key: key);
const OwnerAvatarOverlayIcon(this.user, {Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {