PreviewSize constructor

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

Implementation

PreviewSize({
  required this.width,
  required this.height,
});