From ebd263e39259484cb8f4493d04e06a4f9699fd9e Mon Sep 17 00:00:00 2001 From: Ahmed Mohamed Sameh Date: Sat, 6 Dec 2025 01:46:25 +0200 Subject: [PATCH] Replace dropdown button with dropdown menu (#179095) This is my attempt to handle #179094. Co-authored-by: Tong Mu --- packages/flutter/lib/src/material/dropdown_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/dropdown_menu.dart b/packages/flutter/lib/src/material/dropdown_menu.dart index 5999f533c72..30cd33fea17 100644 --- a/packages/flutter/lib/src/material/dropdown_menu.dart +++ b/packages/flutter/lib/src/material/dropdown_menu.dart @@ -482,7 +482,7 @@ class DropdownMenu extends StatefulWidget { /// by the [FocusNode.canRequestFocus] property. final FocusNode? focusNode; - /// Determine if the dropdown button requests focus and the on-screen virtual + /// Determine if the dropdown menu requests focus and the on-screen virtual /// keyboard is shown in response to a touch event. /// /// Ignored if a [focusNode] is explicitly provided (in which case,