Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable soft transition for tooltip #88318

Merged
merged 2 commits into from Aug 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions packages/flutter/test/semantics/semantics_update_test.dart
Expand Up @@ -185,15 +185,16 @@ class SemanticsUpdateBuilderSpy extends ui.SemanticsUpdateBuilder {
required double thickness,
required Rect rect,
required String label,
List<ui.StringAttribute>? labelAttributes,
required List<ui.StringAttribute>? labelAttributes,
required String value,
List<ui.StringAttribute>? valueAttributes,
required List<ui.StringAttribute>? valueAttributes,
required String increasedValue,
List<ui.StringAttribute>? increasedValueAttributes,
required List<ui.StringAttribute>? increasedValueAttributes,
required String decreasedValue,
List<ui.StringAttribute>? decreasedValueAttributes,
required List<ui.StringAttribute>? decreasedValueAttributes,
required String hint,
List<ui.StringAttribute>? hintAttributes,
required List<ui.StringAttribute>? hintAttributes,
String? tooltip,
TextDirection? textDirection,
required Float64List transform,
required Int32List childrenInTraversalOrder,
Expand Down