We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e760624 commit 433453fCopy full SHA for 433453f
packages/flutter/lib/src/foundation/diagnostics.dart
@@ -42,6 +42,7 @@ import 'object.dart';
42
// late Map<Listenable, VoidCallback>? handles;
43
// late DiagnosticsTreeStyle style;
44
// late IconData icon;
45
+// late double devicePixelRatio;
46
47
/// The various priority levels used to filter which diagnostics are shown and
48
/// omitted.
@@ -3218,7 +3219,7 @@ mixin Diagnosticable {
3218
3219
/// // without a space.
3220
/// properties.add(DoubleProperty(
3221
/// 'device pixel ratio',
- /// ui.window.devicePixelRatio,
3222
+ /// devicePixelRatio,
3223
/// tooltip: 'physical pixels per logical pixel',
3224
/// ));
3225
///
0 commit comments