Replace dropdown button with dropdown menu (#179095)

This is my attempt to handle #179094.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
This commit is contained in:
Ahmed Mohamed Sameh 2025-12-06 01:46:25 +02:00 committed by GitHub
parent 362361484d
commit ebd263e392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -482,7 +482,7 @@ class DropdownMenu<T extends Object> 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,