PetProfileIconAppBar constructor

const PetProfileIconAppBar({
  1. Key? key,
  2. required String petId,
})

Implementation

const PetProfileIconAppBar({Key? key, required this.petId}) : super(key: key);