You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ customize to your needs.
79
79
|[underline](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/underline.html)| The widget to use for drawing the drop-down button's underline | Widget | No |
80
80
|[isDense](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/isDense.html)| Reduce the button's height | bool | No |
81
81
|[isExpanded](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/isExpanded.html)| Makes the button's inner contents expanded (set true to avoid long text overflowing) | bool | No |
82
+
|[focusNode](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/focusNode.html)| An optional focus node to use as the focus node for the button | FocusNode | No |
83
+
|[autofocus](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/autofocus.html)| Whether the button should be focused when first built | bool | No |
84
+
|[enableFeedback](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/enableFeedback.html)| Whether detected gestures should provide acoustic and/or haptic feedback | bool | No |
82
85
|[mouseCursor](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/mouseCursor.html)| The cursor for a mouse pointer when it enters or is hovering over the button | MouseCursor | No |
83
86
|[alignment](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/alignment.html)| Defines how the hint or the selected item is positioned within the button | AlignmentGeometry | No |
84
87
|[buttonStyleData](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/buttonStyleData.html)| Used to configure the theme of the button | ButtonStyleData | No |
@@ -104,6 +107,7 @@ customize to your needs.
104
107
|[width](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/width.html)| The width of the button | double | No |
105
108
|[padding](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/padding.html)| The inner padding of the Button | EdgeInsetsGeometry | No |
106
109
|[decoration](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/decoration.html)| The decoration of the Button | BoxDecoration | No |
110
+
|[foregroundDecoration](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/foregroundDecoration.html)| The decoration to paint in front of the Button | BoxDecoration | No |
107
111
|[elevation](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/elevation.html)| The elevation of the Button | int | No |
108
112
|[overlayColor](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/ButtonStyleData/overlayColor.html)| Defines the ink response focus, hover, and splash colors for the button | WidgetStateProperty<Color?> | No |
0 commit comments