menu
image_preview package
documentation
preview_data.dart
VideoData
VideoData const constructor
VideoData const constructor
dark_mode
light_mode
VideoData
constructor
const
VideoData
(
{
String
?
coverPath
,
String
?
coverUrl
,
Uint8List
?
coverData
,
String
?
url
,
})
Implementation
const VideoData({ this.coverPath, this.coverUrl, this.coverData, this.url, });
image_preview package
documentation
preview_data
VideoData
VideoData const constructor
VideoData class