menu
meshagent_flutter_shadcn package
documentation
file_preview/image.dart
ImagePreview
ImagePreview.new const constructor
ImagePreview.new const constructor
dark_mode
light_mode
ImagePreview
constructor
const
ImagePreview
(
{
Key
?
key
,
required
Uri
url
,
required
BoxFit
fit
,
})
Implementation
const ImagePreview({super.key, required this.url, required this.fit});
meshagent_flutter_shadcn package
documentation
file_preview/image
ImagePreview
ImagePreview.new const constructor
ImagePreview class