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 453a04d commit 9fa731dCopy full SHA for 9fa731d
packages/flutter/lib/src/semantics/semantics.dart
@@ -1839,7 +1839,7 @@ class SemanticsNode with DiagnosticableTreeMixin {
1839
/// [isMergedIntoParent].
1840
///
1841
/// An invisible node can be safely dropped from the semantic tree without
1842
- /// loosing semantic information that is relevant for describing the content
+ /// losing semantic information that is relevant for describing the content
1843
/// currently shown on screen.
1844
bool get isInvisible => !isMergedIntoParent && rect.isEmpty;
1845
0 commit comments