LogicalResolution constructor

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

Implementation

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