File tree 1 file changed +3
-4
lines changed
packages/flutter/lib/src/foundation
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,9 @@ 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
191
- /// [ui.SingletonFlutterWindow] , [window] provides access to
192
- /// platform-specific properties and callbacks available on the
193
- /// [platformDispatcher] .
190
+ /// single main window. In addition to the properties of [ui.FlutterView] ,
191
+ /// [window] provides access to platform-specific properties and callbacks
192
+ /// available on the [platformDispatcher] .
194
193
///
195
194
/// For applications designed for more than one main window, prefer using the
196
195
/// [platformDispatcher] to access available views via
You can’t perform that action at this time.
0 commit comments