menu
nabit_app
component\image_view_component.dart
ImageViewComponent
ImageViewComponent const constructor
ImageViewComponent
dark_mode
light_mode
ImageViewComponent
constructor
const
ImageViewComponent
(
{
Key
?
key
,
required
List
<
GalleryAttachmentArray
>
postImage
}
)
Implementation
const ImageViewComponent({super.key, required this.postImage});
nabit_app
image_view_component
ImageViewComponent
ImageViewComponent const constructor
ImageViewComponent class