From fefc98a6391c924f3caa395bc4b36fc1d68bad63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Besnier?= Date: Fri, 3 Oct 2025 23:06:20 +0200 Subject: [PATCH] Update appbar-theme-color.md Fix typo: hasve -> have --- src/content/release/breaking-changes/appbar-theme-color.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release/breaking-changes/appbar-theme-color.md b/src/content/release/breaking-changes/appbar-theme-color.md index e706ab3762..af5e252206 100644 --- a/src/content/release/breaking-changes/appbar-theme-color.md +++ b/src/content/release/breaking-changes/appbar-theme-color.md @@ -8,7 +8,7 @@ description: >- ## Summary The `color` parameter in `AppBarTheme` and `AppBarThemeData` constructors -and their `copyWith` methods hasve been deprecated. Use `backgroundColor` +and their `copyWith` methods have been deprecated. Use `backgroundColor` instead. This change affects how AppBar themes are configured and might cause deprecation warnings in existing code.