Commit cd23ca12 authored by Adam Barth's avatar Adam Barth

Add more data to MediaQueryData.toString (#4426)

Fixes #4421
parent 68f92d4f
......@@ -71,7 +71,7 @@ class MediaQueryData {
);
@override
String toString() => '$runtimeType($size, $orientation)';
String toString() => '$runtimeType(size: $size, devicePixelRatio: $devicePixelRatio, padding: $padding)';
}
/// Establishes a subtree in which media queries resolve to the given data.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment