| commit | a6501686818bd14b9f1c40bba801afae217ba4c1 | [log] [tgz] |
|---|---|---|
| author | Mouad Debbar <mdebbar@google.com> | Tue Dec 10 13:45:39 2024 -0500 |
| committer | GitHub <noreply@github.com> | Tue Dec 10 13:45:39 2024 -0500 |
| tree | 0d0ef8200dcaf289c84ad2968fb9e0bbeacf36d8 | |
| parent | 6ff26a4d438d3b4f1c4ecf8a402ab48839b3e1b4 [diff] | |
| parent | 83bacfc52569459a4a654727cad2546820cb0d6a [diff] |
Merge branch 'flutter-3.27-candidate.0' into mdebbar-patch-2
diff --git a/lib/ui/window.dart b/lib/ui/window.dart index 229022b..b32777f 100644 --- a/lib/ui/window.dart +++ b/lib/ui/window.dart
@@ -3,6 +3,7 @@ // found in the LICENSE file. part of dart.ui; + /// A configurable display that a [FlutterView] renders on. /// /// Use [FlutterView.display] to get the current display for that view.