Enum described supported image types. More...
Public Attributes | |
PNG | |
PNG format. | |
SVG | |
SVG format. | |
JPG | |
JPG format. | |
Enum described supported image types.
Referenced from Image.
Definition at line 17 of file image_type.dart.
ImageType.JPG |
JPG format.
Definition at line 29 of file image_type.dart.
ImageType.PNG |
PNG format.
Definition at line 21 of file image_type.dart.
ImageType.SVG |
SVG format.
Definition at line 25 of file image_type.dart.