Generator constructor
Generator(
- PaperSize _paperSize,
- CapabilityProfile _profile, {
- int spaceBetweenRows = 5,
Implementation
Generator(this._paperSize, this._profile, {this.spaceBetweenRows = 5});