mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
362361484d
commit
ebd263e392
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user