Content.imageFile constructor
Content.imageFile(
- String path
Image provided by a file path.
Implementation
factory Content.imageFile(String path) = ImageFileContent;
Image provided by a file path.
factory Content.imageFile(String path) = ImageFileContent;