File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
/// @docImport 'package:flutter/widgets.dart';
8
8
///
9
9
/// @docImport 'box.dart';
10
+ /// @docImport 'paragraph.dart';
10
11
/// @docImport 'proxy_box.dart';
11
12
/// @docImport 'view.dart';
12
13
/// @docImport 'viewport.dart';
@@ -4551,7 +4552,7 @@ final class _SemanticsParentData {
4551
4552
/// [_RenderObjectSemantics.contributesToSemanticsTree] should forms a node
4552
4553
///
4553
4554
/// This is imposed by parent render objects that set
4554
- /// [SemanticsConfiguration.explicitChildNode ] to true.
4555
+ /// [SemanticsConfiguration.explicitChildNodes ] to true.
4555
4556
final bool explicitChildNodes;
4556
4557
4557
4558
/// Tags for immediate render object semantics that
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ mixin SemanticsBinding on BindingBase {
78
78
final ObserverList <ValueSetter <ui.SemanticsActionEvent >> _semanticsActionListeners =
79
79
ObserverList <ValueSetter <ui.SemanticsActionEvent >>();
80
80
81
- /// Adds a listener that is called for every [SemanticsActionEvent] received.
81
+ /// Adds a listener that is called for every [ui. SemanticsActionEvent] received.
82
82
///
83
83
/// The listeners are called before [performSemanticsAction] is invoked.
84
84
///
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
+ /// @docImport 'media_query.dart';
6
+ library ;
7
+
5
8
import 'framework.dart' ;
6
9
7
10
/// Annotation used to mark functions that return a widget preview.
You can’t perform that action at this time.
0 commit comments