Skip to content

Commit 6d7c507

Browse files
a-wallena-wallen
and
a-wallen
authored
Update docstring (#118072)
Co-authored-by: a-wallen <[email protected]>
1 parent 5070620 commit 6d7c507

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/flutter/lib/src/foundation/binding.dart

+3-4
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,9 @@ abstract class BindingBase {
187187
/// such as a [TestWindow].
188188
///
189189
/// 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].
194193
///
195194
/// For applications designed for more than one main window, prefer using the
196195
/// [platformDispatcher] to access available views via

0 commit comments

Comments
 (0)