ImageProvider constructor
ImageProvider(
- int? _width,
- int _height,
- PdfImageOrientation orientation,
- double? dpi,
Implementation
ImageProvider(this._width, this._height, this.orientation, this.dpi);