CustomImage constructor

CustomImage(
  1. String imagePath, {
  2. String? package,
})

Implementation

CustomImage(this.imagePath, {this.package});