PaperConfig constructor

const PaperConfig({
  1. required int widthPixels,
})

Implementation

const PaperConfig({required this.widthPixels});