diff --git a/lib/ui/window.dart b/lib/ui/window.dart index 229022b0fb017..b32777f2ce5c7 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.