FileImageSource constructor

const FileImageSource(
  1. File file
)

Use file to create image source.

Implementation

const FileImageSource(this.file);