We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6b891 commit a7aedffCopy full SHA for a7aedff
packages/flutter/lib/src/painting/inline_span.dart
@@ -95,8 +95,8 @@ class InlineSpanSemanticsInformation {
95
96
/// True if this configuration should get its own semantics node.
97
///
98
- /// This will be the case of the [recognizer] is not null, of if
99
- /// [isPlaceholder] is true or if [semanticsIdentifier] has a value.
+ /// This will be the case if the [recognizer] is not null, or if
+ /// [isPlaceholder] is true, or if [semanticsIdentifier] has a value.
100
final bool requiresOwnNode;
101
102
/// The string attributes attached to this semantics information
0 commit comments