Fix doc reference typos (#162893)
I updated https://github.com/flutter/flutter/pull/160921 and found these. Sadly, the lint is not quite ready to be enabled yet. Work towards https://github.com/flutter/flutter/issues/150800.
This commit is contained in:
parent
4fdcb400bc
commit
c484d14ba4
@ -7,6 +7,7 @@
|
|||||||
/// @docImport 'package:flutter/widgets.dart';
|
/// @docImport 'package:flutter/widgets.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'box.dart';
|
/// @docImport 'box.dart';
|
||||||
|
/// @docImport 'paragraph.dart';
|
||||||
/// @docImport 'proxy_box.dart';
|
/// @docImport 'proxy_box.dart';
|
||||||
/// @docImport 'view.dart';
|
/// @docImport 'view.dart';
|
||||||
/// @docImport 'viewport.dart';
|
/// @docImport 'viewport.dart';
|
||||||
@ -4551,7 +4552,7 @@ final class _SemanticsParentData {
|
|||||||
/// [_RenderObjectSemantics.contributesToSemanticsTree] should forms a node
|
/// [_RenderObjectSemantics.contributesToSemanticsTree] should forms a node
|
||||||
///
|
///
|
||||||
/// This is imposed by parent render objects that set
|
/// This is imposed by parent render objects that set
|
||||||
/// [SemanticsConfiguration.explicitChildNode] to true.
|
/// [SemanticsConfiguration.explicitChildNodes] to true.
|
||||||
final bool explicitChildNodes;
|
final bool explicitChildNodes;
|
||||||
|
|
||||||
/// Tags for immediate render object semantics that
|
/// Tags for immediate render object semantics that
|
||||||
|
@ -78,7 +78,7 @@ mixin SemanticsBinding on BindingBase {
|
|||||||
final ObserverList<ValueSetter<ui.SemanticsActionEvent>> _semanticsActionListeners =
|
final ObserverList<ValueSetter<ui.SemanticsActionEvent>> _semanticsActionListeners =
|
||||||
ObserverList<ValueSetter<ui.SemanticsActionEvent>>();
|
ObserverList<ValueSetter<ui.SemanticsActionEvent>>();
|
||||||
|
|
||||||
/// Adds a listener that is called for every [SemanticsActionEvent] received.
|
/// Adds a listener that is called for every [ui.SemanticsActionEvent] received.
|
||||||
///
|
///
|
||||||
/// The listeners are called before [performSemanticsAction] is invoked.
|
/// The listeners are called before [performSemanticsAction] is invoked.
|
||||||
///
|
///
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'media_query.dart';
|
||||||
|
library;
|
||||||
|
|
||||||
import 'framework.dart';
|
import 'framework.dart';
|
||||||
|
|
||||||
/// Annotation used to mark functions that return a widget preview.
|
/// Annotation used to mark functions that return a widget preview.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user