menu
multi_image_layout package
documentation
image_model.dart
ImageModel
ImageModel.video const constructor
ImageModel.video const constructor
dark_mode
light_mode
ImageModel.video
constructor
const
ImageModel.video
(
{
required
String
videoUrl
,
String
?
caption
,
})
Implementation
const ImageModel.video({ required String this.videoUrl, this.caption, }) : imageUrl = videoUrl;
multi_image_layout package
documentation
image_model
ImageModel
ImageModel.video const constructor
ImageModel class