File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/flutter/lib/src/foundation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,10 @@ abstract class BindingBase {
187
187
/// such as a [TestWindow] .
188
188
///
189
189
/// The [window] is a singleton meant for use by applications that only have a
190
- /// single main window. In addition to the properties of [ui.FlutterWindow] ,
191
- /// [window] provides access to platform-specific properties and callbacks
192
- /// available on the [platformDispatcher] .
190
+ /// single main window. In addition to the properties of
191
+ /// [ui.SingletonFlutterWindow] , [window] provides access to
192
+ /// platform-specific properties and callbacks available on the
193
+ /// [platformDispatcher] .
193
194
///
194
195
/// For applications designed for more than one main window, prefer using the
195
196
/// [platformDispatcher] to access available views via
You can’t perform that action at this time.
0 commit comments