ImageFullscreenPage constructor
const
ImageFullscreenPage({
- Key? key,
- required String imageUrl,
- AppLocalizations? l10n,
Implementation
const ImageFullscreenPage({super.key, required this.imageUrl, this.l10n});