ImageFullscreenPage constructor

const ImageFullscreenPage({
  1. Key? key,
  2. required String imageUrl,
  3. AppLocalizations? l10n,
})

Implementation

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