FileImage constructor

const FileImage(
  1. String path, {
  2. int? decodeFrame,
})

Implementation

const FileImage(this.path, {this.decodeFrame});