AvatarZoom constructor

const AvatarZoom({
  1. Key? key,
  2. required ImageProvider<Object> imageProvider,
  3. required String heroTag,
})

Implementation

const AvatarZoom({
  super.key,
  required this.imageProvider,
  required this.heroTag,
});