FileImageSource.path constructor

FileImageSource.path(
  1. String path
)

Use path to create image source.

Implementation

FileImageSource.path(String path) : file = File(path);