Enable soft transition for tooltip (#88318)
diff --git a/packages/flutter/test/semantics/semantics_update_test.dart b/packages/flutter/test/semantics/semantics_update_test.dart index d104d8f..2f2b6ab 100644 --- a/packages/flutter/test/semantics/semantics_update_test.dart +++ b/packages/flutter/test/semantics/semantics_update_test.dart
@@ -194,6 +194,7 @@ List<ui.StringAttribute>? decreasedValueAttributes, required String hint, List<ui.StringAttribute>? hintAttributes, + String? tooltip, TextDirection? textDirection, required Float64List transform, required Int32List childrenInTraversalOrder,