menu
incomme_flutter_commerce package
documentation
components/image_preview_popup.dart
ImagePreviewPopup
ImagePreviewPopup.new const constructor
ImagePreviewPopup.new const constructor
dark_mode
light_mode
ImagePreviewPopup
constructor
const
ImagePreviewPopup
(
{
Key
?
key
,
required
File
image
,
bool
fromCamera
=
false
,
})
Implementation
const ImagePreviewPopup({ super.key, required this.image, this.fromCamera = false, });
incomme_flutter_commerce package
documentation
components/image_preview_popup
ImagePreviewPopup
ImagePreviewPopup.new const constructor
ImagePreviewPopup class