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

Commit dad6ec0

Browse files
authored
Correct onAccessibilityFeaturesChanged docs (#7883)
Reference to `accessibilityFlags` corrected to `accessibilityFeatures`.
1 parent fc1a68e commit dad6ec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/stub_ui/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ class Window {
791791
AccessibilityFeatures get accessibilityFeatures => _accessibilityFeatures;
792792
AccessibilityFeatures _accessibilityFeatures;
793793

794-
/// A callback that is invoked when the value of [accessibilityFlags] changes.
794+
/// A callback that is invoked when the value of [accessibilityFeatures] changes.
795795
///
796796
/// The framework invokes this callback in the same zone in which the
797797
/// callback was set.

lib/ui/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ class Window {
786786
AccessibilityFeatures get accessibilityFeatures => _accessibilityFeatures;
787787
AccessibilityFeatures _accessibilityFeatures;
788788

789-
/// A callback that is invoked when the value of [accessibilityFlags] changes.
789+
/// A callback that is invoked when the value of [accessibilityFeatures] changes.
790790
///
791791
/// The framework invokes this callback in the same zone in which the
792792
/// callback was set.

0 commit comments

Comments
 (0)