diff --git a/thermion_dart/lib/thermion_dart/thermion_viewer.dart b/thermion_dart/lib/thermion_dart/thermion_viewer.dart index 5ef344df..e3fb36de 100644 --- a/thermion_dart/lib/thermion_dart/thermion_viewer.dart +++ b/thermion_dart/lib/thermion_dart/thermion_viewer.dart @@ -63,6 +63,9 @@ abstract class ThermionViewer { /// late (double, double) viewportDimensions; + /// + /// The current ratio of logical to physical pixels. + /// late double pixelRatio; ///