Image.fromFilePath constructor

Image.fromFilePath(
  1. String filePath
)

Implementation

factory Image.fromFilePath(String filePath) => Image.fromFile(File(filePath));