width property

int get width

Implementation

int get width => value == PaperSize.mm58.value
    ? 372
    : value == PaperSize.mm72.value
        ? 503
        : 558;