getLogicalSize method

Size getLogicalSize()

Implementation

Size getLogicalSize() {
  return Size(
    physicalSize.width / devicePixelRatio,
    physicalSize.height / devicePixelRatio,
  );
}