UserProfilePicture constructor

const UserProfilePicture(
  1. {Key? key,
  2. required String id,
  3. String? heroTag}
)

Implementation

const UserProfilePicture({super.key, required this.id, this.heroTag});