From 6e54ed096f7a7d89c01cc21ea4c903a9664e2c05 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 5 Sep 2024 17:43:19 +0800 Subject: [PATCH] doc: pixelRatio --- thermion_dart/lib/thermion_dart/thermion_viewer.dart | 3 +++ 1 file changed, 3 insertions(+) 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; ///