menu
chat_hunter package
documentation
image_viewer.dart
ImageViewer
ImageViewer.new const constructor
ImageViewer.new const constructor
dark_mode
light_mode
ImageViewer
constructor
const
ImageViewer
(
{
Key
?
key
,
required
String
path
,
})
Implementation
const ImageViewer({Key? key, required this.path}) : super(key: key);
chat_hunter package
documentation
image_viewer
ImageViewer
ImageViewer.new const constructor
ImageViewer class