ImageProvider constructor

ImageProvider(
  1. int? _width,
  2. int _height,
  3. PdfImageOrientation orientation,
  4. double? dpi,
)

Implementation

ImageProvider(this._width, this._height, this.orientation, this.dpi);