Content.imageFile constructor

Content.imageFile(
  1. String path
)

Image provided by a file path.

Implementation

factory Content.imageFile(String path) = ImageFileContent;