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:
Michael Goderbauer 2025-02-10 11:40:45 -08:00 committed by GitHub
parent 4fdcb400bc
commit c484d14ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,7 @@
/// @docImport 'package:flutter/widgets.dart';
///
/// @docImport 'box.dart';
/// @docImport 'paragraph.dart';
/// @docImport 'proxy_box.dart';
/// @docImport 'view.dart';
/// @docImport 'viewport.dart';
@ -4551,7 +4552,7 @@ final class _SemanticsParentData {
/// [_RenderObjectSemantics.contributesToSemanticsTree] should forms a node
///
/// This is imposed by parent render objects that set
/// [SemanticsConfiguration.explicitChildNode] to true.
/// [SemanticsConfiguration.explicitChildNodes] to true.
final bool explicitChildNodes;
/// Tags for immediate render object semantics that

View File

@ -78,7 +78,7 @@ mixin SemanticsBinding on BindingBase {
final ObserverList<ValueSetter<ui.SemanticsActionEvent>> _semanticsActionListeners =
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.
///

View File

@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// @docImport 'media_query.dart';
library;
import 'framework.dart';
/// Annotation used to mark functions that return a widget preview.