Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b3fed4a

Browse files
author
a-wallen
committed
Doc changes
1 parent 7ca1816 commit b3fed4a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lib/ui/window.dart

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ part of dart.ui;
55

66
/// A view into which a Flutter [Scene] is drawn.
77
///
8-
/// Each [FlutterView] has its own layer tree that is rendered into an area
9-
/// inside of a [SingletonFlutterWindow] whenever [render] is called with a [Scene].
8+
/// Each [FlutterView] has its own layer tree that is shown whenever [render]
9+
/// is called on it with a [Scene].
1010
///
1111
/// ## Insets and Padding
1212
///
@@ -51,11 +51,6 @@ part of dart.ui;
5151
/// the [viewPadding] anyway, so there is no need to account for
5252
/// that in the [padding], which is always safe to use for such
5353
/// calculations.
54-
///
55-
/// See also:
56-
///
57-
/// * [FlutterView], a special case of a [FlutterView] that is represented on
58-
/// the platform as a separate window which can host other [FlutterView]s.
5954
class FlutterView {
6055
FlutterView._(this._viewId, this.platformDispatcher);
6156

0 commit comments

Comments
 (0)