ImageFileContent constructor

const ImageFileContent(
  1. String path
)

Creates image content from a file path.

Implementation

const ImageFileContent(this.path);