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
|[items](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/items.html)| The list of items the user can select | List<DropdownItem<T>> | Yes |
71
-
|[selectedItemBuilder](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/selectedItemBuilder.html)| A builder to customize how the selected item will be displayed on the button |DropdownButtonBuilder| No |
71
+
|[selectedItemBuilder](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/selectedItemBuilder.html)| A builder to customize how the selected item will be displayed on the button |DropdownButton2Builder| No |
72
72
|[valueListenable](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/valueListenable.html)| A [ValueListenable] that represents the value of the currently selected [DropdownItem]. | ValueListenable<T?>? | No |
73
73
|[multiValueListenable](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/multiValueListenable.html)| A [ValueListenable] that represents a list of the currently selected [DropdownItem]s | ValueListenable<List\<T>>? | No |
74
74
|[hint](https://pub.dev/documentation/dropdown_button2/latest/dropdown_button2/DropdownButton2/hint.html)| The placeholder displayed before the user choose an item | Widget | No |
@@ -1079,7 +1079,7 @@ class CustomDropdownButton2 extends StatelessWidget {
1079
1079
final ValueListenable<String?>? valueListenable;
1080
1080
final List<String> dropdownItems;
1081
1081
final ValueChanged<String?>? onChanged;
1082
-
final DropdownButtonBuilder? selectedItemBuilder;
1082
+
final DropdownButton2Builder? selectedItemBuilder;
0 commit comments