AvatarZoom constructor
- Key? key,
- required ImageProvider<
Object> imageProvider, - required String heroTag,
Implementation
const AvatarZoom({
super.key,
required this.imageProvider,
required this.heroTag,
});
const AvatarZoom({
super.key,
required this.imageProvider,
required this.heroTag,
});