mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
68f92d4f34
commit
cd23ca1242
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user