Fix unreadable release notes blockquote in dark theme (#9957)

* Fix unreadable release notes blockquote in dark theme

MarkdownStyleSheet.fromTheme takes the blockquote text style from the
theme but hard codes the fill as Colors.blue.shade100, so the side panel
drew onSurface text on light blue. Release notes that open with a
blockquote, like 2.60.0, were unreadable in the dark theme.

The panel now passes its own blockquote decoration, and widget tests
assert the text clears WCAG AA contrast in both themes.

* Point the release note entry at the pull request
3 files changed
tree: 54ad53e7b5b89d3a310aa2e4de3f0b2a67b69f29
  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.