FullScreenImage constructor

const FullScreenImage({
  1. Key? key,
  2. required String imagePath,
})

Implementation

const FullScreenImage({super.key, required this.imagePath});