PageAspectRatio constructor

const PageAspectRatio({
  1. required double width,
  2. required double height,
})

Implementation

const PageAspectRatio({required this.width, required this.height});