image_widget/image_widget library
Classes
- ImageWidget
-
The
ImageWidget
class is a widget that displays an image from a network URL, asset path, or bytes. The widget supports displaying images of typepng
,jpg
,jpeg
, andsvg
. The widget also supports customizing the image's box fit, placeholder, error, height, width, and fade in/out animations.
Enums
- ImageOrigin
-
The
ImageOrigin
enum represents the origin of an image. - ImageType
-
The
ImageType
enum represents the type of an image.