Addphoto constructor

const Addphoto({
  1. Key? key,
  2. required AddphotoController controller,
})

Implementation

const Addphoto({super.key, required this.controller});