EscPosGenerator constructor

EscPosGenerator(
  1. EscPaperSize _paperSize,
  2. CapabilityProfile _profile, {
  3. int spaceBetweenRows = 5,
})

Implementation

EscPosGenerator(this._paperSize, this._profile, {this.spaceBetweenRows = 5});