FullScreenImageScreen constructor

const FullScreenImageScreen({
  1. Key? key,
  2. required String imageUrl,
})

Implementation

const FullScreenImageScreen({super.key, required this.imageUrl});