PrintBuilder constructor

PrintBuilder(
  1. PaperSize paperSize
)

Implementation

PrintBuilder(this.paperSize) {
  _initialize();
}