menu
den_design_system package
documentation
widgets/snapAndUpload/image_data.dart
ImageData
ImageData.new const constructor
ImageData.new const constructor
dark_mode
light_mode
ImageData
constructor
const
ImageData
(
{
required
File
file
,
bool
isDeletable
=
true
,
String
?
id
,
})
Implementation
const ImageData({ required this.file, this.isDeletable = true, this.id, });
den_design_system package
documentation
widgets/snapAndUpload/image_data
ImageData
ImageData.new const constructor
ImageData class