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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ 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
+
|[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 |
82
83
|[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 |
83
84
|[buttonStyleData](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/buttonStyleData.html)| Used to configure the theme of the button | ButtonStyleData | No |
84
85
|[iconStyleData](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/iconStyleData.html)| Used to configure the theme of the button's icon | IconStyleData | No |
@@ -144,6 +145,7 @@ customize to your needs.
144
145
|[useDecorationHorizontalPadding](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/MenuItemStyleData/useDecorationHorizontalPadding.html)| Determine whether to use the horizontal padding from "decoration.contentPadding" for menu items when using `DropdownButtonFormField2`| bool | No |
145
146
|[borderRadius](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/MenuItemStyleData/borderRadius.html)| The border radius of the menu item | BorderRadius | No |
146
147
|[overlayColor](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/MenuItemStyleData/overlayColor.html)| Defines the ink response focus, hover, and splash colors for the items | WidgetStateProperty<Color?> | No |
148
+
|[mouseCursor](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/MenuItemStyleData/mouseCursor.html)| The cursor for a mouse pointer when it enters or is hovering over a menu item | MouseCursor | No |
147
149
|[selectedMenuItemBuilder](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/MenuItemStyleData/selectedMenuItemBuilder.html)| A builder to customize the selected menu item | SelectedMenuItemBuilder | No |
0 commit comments