Fix bad contrast for highlighted search results in tables (#9863)

* Fix bad contrast for highlighted search results in tables

`searchMatchColorOpaque` and `activeSearchMatchColorOpaque` are blended
over the row background to highlight search matches. They were migrated
from `withOpacity(0.5)` to `withValues(alpha: 255 / 2)` in #8784; since
`withValues` expects alpha in the range 0.0-1.0, `255 / 2` clamps to fully
opaque. Matched rows then got a solid yellow/orange background while the
row text kept its theme color, making it unreadable (especially in dark
mode).

Restore the intended 0.5 alpha so the highlight stays translucent and the
row text remains legible, and add a regression test.

Fixes #9010

* Rename search match colors to *Translucent; add release note
4 files changed
tree: 176b6207c8c9d1058c86b436397e2b2fe60dfb5f
  1. .agents/
  2. .gemini/
  3. .github/
  4. .vscode/
  5. _markdown_images/
  6. docs/
  7. packages/
  8. third_party/
  9. tool/
  10. .gitattributes
  11. .gitignore
  12. AGENTS.md
  13. analysis_options.yaml
  14. AUTHORS
  15. BETA_TESTING.md
  16. CLAUDE.md
  17. CODE_OF_CONDUCT.md
  18. CODEOWNERS
  19. CONTRIBUTING.md
  20. DEBUGGING.md
  21. devtools_options.yaml
  22. DOCUMENTATION.md
  23. flutter-candidate.txt
  24. LICENSE
  25. pubspec.lock
  26. pubspec.yaml
  27. README.md
  28. STYLE.md
  29. TESTING.md
  30. TRIAGE.md
README.md

Dart & Flutter DevTools

Build Status OpenSSF Scorecard

What is this?

Dart & Flutter DevTools is a suite of performance tools for Dart and Flutter.

Getting started

For documentation on installing and trying out DevTools, please see our docs.

Contributing and development

Contributions welcome! See our contributing page for an overview of how to build and contribute to the project.

Terms and Privacy

By using Dart DevTools, you agree to the Google Terms of Service. To understand how we use data collected from this service, see the Google Privacy Policy.