PrintAssetImage constructor

PrintAssetImage({
  1. String? imagePath,
  2. int? width,
  3. int? height,
  4. int? position,
})

Implementation

PrintAssetImage({this.imagePath, this.width, this.height, this.position});