FullScreenImageDialog constructor

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

Implementation

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