Update semantics.dart (#145683)

loosing -> losing
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-26 03:17:54 +09:00 committed by GitHub
parent 453a04d9f3
commit 9fa731ddf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1839,7 +1839,7 @@ class SemanticsNode with DiagnosticableTreeMixin {
/// [isMergedIntoParent].
///
/// An invisible node can be safely dropped from the semantic tree without
/// loosing semantic information that is relevant for describing the content
/// losing semantic information that is relevant for describing the content
/// currently shown on screen.
bool get isInvisible => !isMergedIntoParent && rect.isEmpty;